#36836C

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

Shades of Viridian #36836C

Tints of Viridian #36836C

Color information

#36836C (or 0x36836C) is unknown color: approx Viridian. HEX triplet: 36, 83 and 6C. RGB value is (54,131,108). Sum of RGB (Red+Green+Blue) = 54+131+108=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #36836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36836C is #C97C93. Grayscale: #696969. Windows color (decimal): -13204628 or 7111478. OLE color: 7111478.

HSL color Cylindrical-coordinate representation of color #36836C: hue angle of 162.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36836C is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB54131108-
CMYK0.5900.180.49
HSL162.08º41.62%36.27%-
HSV(B)162.08º58.78%51.37%-
XYZ12.3418.117.03-
YUV105.35129.4991.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=18.43%
G=44.71%
B=36.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541311080.5900.180.49162.0841.6236.27
Hex36836C3B01231a22a24
Octal6620315473022612425244
Binary11011010000011110110011101101001011000110100010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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