#36A492

Color #36A492 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #36A492

Tints of Gossamer #36A492

Color information

#36A492 (or 0x36A492) is unknown color: approx Gossamer. HEX triplet: 36, A4 and 92. RGB value is (54,164,146). Sum of RGB (Red+Green+Blue) = 54+164+146=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #36A492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A492 is #C95B6D. Grayscale: #818181. Windows color (decimal): -13196142 or 9610294. OLE color: 9610294.

HSL color Cylindrical-coordinate representation of color #36A492: hue angle of 170.18º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A492 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB54164146-
CMYK0.6700.110.36
HSL170.18º50.46%42.75%-
HSV(B)170.18º67.07%64.31%-
XYZ19.9929.4131.82-
YUV129.06137.5674.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 14.84%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=14.84%
G=45.05%
B=40.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541641460.6700.110.36170.1850.4642.75
Hex36A492430B24aa322b
Octal66244222103013442526253
Binary110110101001001001001010000110101110010010101010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36A492; }

 p { color: rgb(54,164,146); }

 H1.HeaderClassName
 {
   color: #36A492;
 }
 .AnyTagClassName
 {
   color: #36A492;
 }
</style>
background-color css

<style>
 a { background-color: #36A492; }

 a { background-color: rgb(54,164,146); }

 div.DivClassName
 {
   background-color: #36A492;
 }
 .BgClassName
 {
   background-color: #36A492;
 }
</style>
border-color css

<style>
 span { border-color: #36A492; }

 span { border-color: rgb(54,164,146); }

 td.TdClassName
 {
   border-color: #36A492;
 }
 .TagClassName
 {
   border-color: #36A492;
 }
</style>