#36967A

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

Shades of Gossamer #36967A

Tints of Gossamer #36967A

Color information

#36967A (or 0x36967A) is unknown color: approx Gossamer. HEX triplet: 36, 96 and 7A. RGB value is (54,150,122). Sum of RGB (Red+Green+Blue) = 54+150+122=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #36967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36967A is #C96985. Grayscale: #767676. Windows color (decimal): -13199750 or 8033846. OLE color: 8033846.

HSL color Cylindrical-coordinate representation of color #36967A: hue angle of 162.5º 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 #36967A is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB54150122-
CMYK0.6400.190.41
HSL162.5º47.06%40%-
HSV(B)162.5º64%58.82%-
XYZ15.942422.21-
YUV118.1130.282.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.56%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=16.56%
G=46.01%
B=37.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541501220.6400.190.41162.547.0640
Hex36967A4001329a22f28
Octal66226172100023512425750
Binary110110100101101111010100000001001110100110100010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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