#36906C

Color #36906C Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #36906C

Tints of Viridian #36906C

Color information

#36906C (or 0x36906C) is unknown color: approx Viridian. HEX triplet: 36, 90 and 6C. RGB value is (54,144,108). Sum of RGB (Red+Green+Blue) = 54+144+108=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #36906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36906C is #C96F93. Grayscale: #717171. Windows color (decimal): -13201300 or 7114806. OLE color: 7114806.

HSL color Cylindrical-coordinate representation of color #36906C: hue angle of 156º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36906C is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB54144108-
CMYK0.6300.250.44
HSL156º45.45%38.82%-
HSV(B)156º62.5%56.47%-
XYZ14.221.8117.65-
YUV112.99125.1885.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=17.65%
G=47.06%
B=35.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541441080.6300.250.4415645.4538.82
Hex36906C3F0192C9c2d27
Octal6622015477031542345547
Binary11011010010000110110011111101100110110010011100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36906C; }

 p { color: rgb(54,144,108); }

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

<style>
 a { background-color: #36906C; }

 a { background-color: rgb(54,144,108); }

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

<style>
 span { border-color: #36906C; }

 span { border-color: rgb(54,144,108); }

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