#36906F

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

Shades of Viridian #36906F

Tints of Viridian #36906F

Color information

#36906F (or 0x36906F) is unknown color: approx Viridian. HEX triplet: 36, 90 and 6F. RGB value is (54,144,111). Sum of RGB (Red+Green+Blue) = 54+144+111=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #36906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36906F is #C96F90. Grayscale: #717171. Windows color (decimal): -13201297 or 7311414. OLE color: 7311414.

HSL color Cylindrical-coordinate representation of color #36906F: hue angle of 158º 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 #36906F is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB54144111-
CMYK0.6300.230.44
HSL158º45.45%38.82%-
HSV(B)158º62.5%56.47%-
XYZ14.3621.8818.5-
YUV113.33126.6885.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=17.48%
G=46.60%
B=35.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541441110.6300.230.4415845.4538.82
Hex36906F3F0172C9e2d27
Octal6622015777027542365547
Binary11011010010000110111111111101011110110010011110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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