#36886a

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

Shades of Viridian #36886A

Tints of Viridian #36886A

Color information

#36886A (or 0x36886A) is unknown color: approx Viridian. HEX triplet: 36, 88 and 6A. RGB value is (54,136,106). Sum of RGB (Red+Green+Blue) = 54+136+106=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #36886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36886A is #C97795. Grayscale: #6C6C6C. Windows color (decimal): -13203350 or 6981686. OLE color: 6981686.

HSL color Cylindrical-coordinate representation of color #36886A: hue angle of 158.05º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36886A is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB54136106-
CMYK0.6000.220.47
HSL158.05º43.16%37.25%-
HSV(B)158.05º60.29%53.33%-
XYZ12.9319.4316.71-
YUV108.06126.8389.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=18.24%
G=45.95%
B=35.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541361060.6000.220.47158.0543.1637.25
Hex36886A3C0162F9e2b25
Octal6621015274026572365345
Binary11011010001000110101011110001011010111110011110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36886a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36886a; }

 p { color: rgb(54,136,106); }

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

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

 a { background-color: rgb(54,136,106); }

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

<style>
 span { border-color: #36886a; }

 span { border-color: rgb(54,136,106); }

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