Shades of Viridian #36916D
Tints of Viridian #36916D
RGB
CMYK
RGB Variations
Color information
#36916D (or 0x36916D) is known color: Viridian. HEX triplet: 36, 91 and 6D. RGB value is (54,145,109). Sum of RGB (Red+Green+Blue) = 54+145+109=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #36916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36916D is #C96E92. Grayscale: #717171. Windows color (decimal): -13201043 or 7180598. OLE color: 7180598.
HSL color Cylindrical-coordinate representation of color #36916D: hue angle of 156.26º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36916D is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 145 | 109 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.43 |
| HSL | 156.26º | 0.46% | 0.39% | - |
| HSV(B) | 156.26º | 0.63% | 0.57% | - |
| XYZ | 14.41 | 22.14 | 17.98 | - |
| YUV | 113.69 | 125.35 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 109 | 0.63 | 0 | 0.25 | 0.43 | 156.26 | 0.46 | 0.39 |
| Hex | 36 | 91 | 6D | 3F | 0 | 19 | 2B | 9C | 2E | 27 |
| Octal | 66 | 221 | 155 | 77 | 0 | 31 | 53 | 234 | 56 | 47 |
| Binary | 110110 | 10010001 | 1101101 | 111111 | 0 | 11001 | 101011 | 10011100 | 101110 | 100111 |
Color Harmonies of #36916D
Complementary color
Monochromatic Colors of #36916D
Black with #36916D
Text Example
Text Example
White with #36916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36916D; }
p { color: rgb(54,145,109); }
H1.HeaderClassName
{
color: #36916D;
}
.AnyTagClassName
{
color: #36916D;
}
</style>
background-color css
<style>
a { background-color: #36916D; }
a { background-color: rgb(54,145,109); }
div.DivClassName
{
background-color: #36916D;
}
.BgClassName
{
background-color: #36916D;
}
</style>
border-color css
<style>
span { border-color: #36916D; }
span { border-color: rgb(54,145,109); }
td.TdClassName
{
border-color: #36916D;
}
.TagClassName
{
border-color: #36916D;
}
</style>