Shades of Viridian #36836D
Tints of Viridian #36836D
RGB
CMYK
RGB Variations
Color information
#36836D (or 0x36836D) is known color: Viridian. HEX triplet: 36, 83 and 6D. RGB value is (54,131,109). Sum of RGB (Red+Green+Blue) = 54+131+109=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #36836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36836D is #C97C92. Grayscale: #696969. Windows color (decimal): -13204627 or 7177014. OLE color: 7177014.
HSL color Cylindrical-coordinate representation of color #36836D: hue angle of 162.86º 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 #36836D is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 131 | 109 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.49 |
| HSL | 162.86º | 0.42% | 0.36% | - |
| HSV(B) | 162.86º | 0.59% | 0.51% | - |
| XYZ | 12.4 | 18.12 | 17.31 | - |
| YUV | 105.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 109 | 0.59 | 0 | 0.17 | 0.49 | 162.86 | 0.42 | 0.36 |
| Hex | 36 | 83 | 6D | 3B | 0 | 11 | 31 | A3 | 2A | 24 |
| Octal | 66 | 203 | 155 | 73 | 0 | 21 | 61 | 243 | 52 | 44 |
| Binary | 110110 | 10000011 | 1101101 | 111011 | 0 | 10001 | 110001 | 10100011 | 101010 | 100100 |
Color Harmonies of #36836D
Complementary color
Monochromatic Colors of #36836D
Black with #36836D
Text Example
Text Example
White with #36836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36836D; }
p { color: rgb(54,131,109); }
H1.HeaderClassName
{
color: #36836D;
}
.AnyTagClassName
{
color: #36836D;
}
</style>
background-color css
<style>
a { background-color: #36836D; }
a { background-color: rgb(54,131,109); }
div.DivClassName
{
background-color: #36836D;
}
.BgClassName
{
background-color: #36836D;
}
</style>
border-color css
<style>
span { border-color: #36836D; }
span { border-color: rgb(54,131,109); }
td.TdClassName
{
border-color: #36836D;
}
.TagClassName
{
border-color: #36836D;
}
</style>