#36836E

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

Shades of Viridian #36836E

Tints of Viridian #36836E

Color information

#36836E (or 0x36836E) is unknown color: approx Viridian. HEX triplet: 36, 83 and 6E. RGB value is (54,131,110). Sum of RGB (Red+Green+Blue) = 54+131+110=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #36836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36836E is #C97C91. Grayscale: #696969. Windows color (decimal): -13204626 or 7242550. OLE color: 7242550.

HSL color Cylindrical-coordinate representation of color #36836E: hue angle of 163.64º 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 #36836E is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB54131110-
CMYK0.5900.160.49
HSL163.64º41.62%36.27%-
HSV(B)163.64º58.78%51.37%-
XYZ12.4518.1417.6-
YUV105.58130.4991.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 131 (51.56% from 255) = 44.41%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=18.31%
G=44.41%
B=37.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541311100.5900.160.49163.6441.6236.27
Hex36836E3B01031a42a24
Octal6620315673020612445244
Binary11011010000011110111011101101000011000110100100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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