#36816C

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

Shades of Viridian #36816C

Tints of Viridian #36816C

Color information

#36816C (or 0x36816C) is unknown color: approx Viridian. HEX triplet: 36, 81 and 6C. RGB value is (54,129,108). Sum of RGB (Red+Green+Blue) = 54+129+108=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #36816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36816C is #C97E93. Grayscale: #686868. Windows color (decimal): -13205140 or 7110966. OLE color: 7110966.

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

Color convert

RGB54129108-
CMYK0.5800.160.49
HSL163.2º40.98%35.88%-
HSV(B)163.2º58.14%50.59%-
XYZ12.0817.5716.94-
YUV104.18130.1592.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=18.56%
G=44.33%
B=37.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541291080.5800.160.49163.240.9835.88
Hex36816C3A01031a32924
Octal6620115472020612435144
Binary11011010000001110110011101001000011000110100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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