#36967F

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

Shades of Gossamer #36967F

Tints of Gossamer #36967F

Color information

#36967F (or 0x36967F) is unknown color: approx Gossamer. HEX triplet: 36, 96 and 7F. RGB value is (54,150,127). Sum of RGB (Red+Green+Blue) = 54+150+127=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #36967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36967F is #C96980. Grayscale: #767676. Windows color (decimal): -13199745 or 8361526. OLE color: 8361526.

HSL color Cylindrical-coordinate representation of color #36967F: hue angle of 165.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36967F is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB54150127-
CMYK0.6400.150.41
HSL165.62º47.06%40%-
HSV(B)165.62º64%58.82%-
XYZ16.2624.1323.88-
YUV118.67132.781.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 127 (50% from 255) = 38.37%
R=16.31%
G=45.32%
B=38.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541501270.6400.150.41165.6247.0640
Hex36967F400F29a62f28
Octal66226177100017512465750
Binary11011010010110111111110000000111110100110100110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36967F; }

 p { color: rgb(54,150,127); }

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

<style>
 a { background-color: #36967F; }

 a { background-color: rgb(54,150,127); }

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

<style>
 span { border-color: #36967F; }

 span { border-color: rgb(54,150,127); }

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