Shades of Viridian #36906F
Tints of Viridian #36906F
RGB
CMYK
RGB Variations
Color information
#36906F (or 0x36906F) is known color: Viridian. HEX triplet: 36, 90 and 6F. RGB value is (54,144,111). Sum of RGB (Red+Green+Blue) = 54+144+111=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #36906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36906F is #C96F90. Grayscale: #717171. Windows color (decimal): -13201297 or 7311414. OLE color: 7311414.
HSL color Cylindrical-coordinate representation of color #36906F: hue angle of 158º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36906F is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 111 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.44 |
| HSL | 158º | 0.45% | 0.39% | - |
| HSV(B) | 158º | 0.63% | 0.56% | - |
| XYZ | 14.36 | 21.88 | 18.5 | - |
| YUV | 113.33 | 126.68 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 111 | 0.63 | 0 | 0.23 | 0.44 | 158 | 0.45 | 0.39 |
| Hex | 36 | 90 | 6F | 3F | 0 | 17 | 2C | 9E | 2D | 27 |
| Octal | 66 | 220 | 157 | 77 | 0 | 27 | 54 | 236 | 55 | 47 |
| Binary | 110110 | 10010000 | 1101111 | 111111 | 0 | 10111 | 101100 | 10011110 | 101101 | 100111 |
Color Harmonies of #36906F
Complementary color
Monochromatic Colors of #36906F
Black with #36906F
Text Example
Text Example
White with #36906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36906F; }
p { color: rgb(54,144,111); }
H1.HeaderClassName
{
color: #36906F;
}
.AnyTagClassName
{
color: #36906F;
}
</style>
background-color css
<style>
a { background-color: #36906F; }
a { background-color: rgb(54,144,111); }
div.DivClassName
{
background-color: #36906F;
}
.BgClassName
{
background-color: #36906F;
}
</style>
border-color css
<style>
span { border-color: #36906F; }
span { border-color: rgb(54,144,111); }
td.TdClassName
{
border-color: #36906F;
}
.TagClassName
{
border-color: #36906F;
}
</style>