#36816E

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

Shades of Viridian #36816E

Tints of Viridian #36816E

Color information

#36816E (or 0x36816E) is unknown color: approx Viridian. HEX triplet: 36, 81 and 6E. RGB value is (54,129,110). Sum of RGB (Red+Green+Blue) = 54+129+110=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #36816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36816E is #C97E91. Grayscale: #686868. Windows color (decimal): -13205138 or 7242038. OLE color: 7242038.

HSL color Cylindrical-coordinate representation of color #36816E: hue angle of 164.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36816E is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB54129110-
CMYK0.5800.150.49
HSL164.8º40.98%35.88%-
HSV(B)164.8º58.14%50.59%-
XYZ12.1917.6117.51-
YUV104.41131.1592.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=18.43%
G=44.03%
B=37.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541291100.5800.150.49164.840.9835.88
Hex36816E3A0F31a52924
Octal6620115672017612455144
Binary1101101000000111011101110100111111000110100101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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