#36806C

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

Shades of Viridian #36806C

Tints of Viridian #36806C

Color information

#36806C (or 0x36806C) is unknown color: approx Viridian. HEX triplet: 36, 80 and 6C. RGB value is (54,128,108). Sum of RGB (Red+Green+Blue) = 54+128+108=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #36806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36806C is #C97F93. Grayscale: #676767. Windows color (decimal): -13205396 or 7110710. OLE color: 7110710.

HSL color Cylindrical-coordinate representation of color #36806C: hue angle of 163.78º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36806C is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB54128108-
CMYK0.5800.160.50
HSL163.78º40.66%35.69%-
HSV(B)163.78º57.81%50.2%-
XYZ11.9517.3116.9-
YUV103.59130.4892.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=18.62%
G=44.14%
B=37.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541281080.5800.160.50163.7840.6635.69
Hex36806C3A01032a42924
Octal6620015472020622445144
Binary11011010000000110110011101001000011001010100100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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