Shades of Viridian #36755F
Tints of Viridian #36755F
RGB
CMYK
RGB Variations
Color information
#36755F (or 0x36755F) is known color: Viridian. HEX triplet: 36, 75 and 5F. RGB value is (54,117,95). Sum of RGB (Red+Green+Blue) = 54+117+95=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #36755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36755F is #C98AA0. Grayscale: #5F5F5F. Windows color (decimal): -13208225 or 6255926. OLE color: 6255926.
HSL color Cylindrical-coordinate representation of color #36755F: hue angle of 159.05º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36755F is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 117 | 95 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.54 |
| HSL | 159.05º | 0.37% | 0.34% | - |
| HSV(B) | 159.05º | 0.54% | 0.46% | - |
| XYZ | 9.95 | 14.33 | 13.07 | - |
| YUV | 95.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 95 | 0.54 | 0 | 0.19 | 0.54 | 159.05 | 0.37 | 0.34 |
| Hex | 36 | 75 | 5F | 36 | 0 | 13 | 36 | 9F | 25 | 22 |
| Octal | 66 | 165 | 137 | 66 | 0 | 23 | 66 | 237 | 45 | 42 |
| Binary | 110110 | 1110101 | 1011111 | 110110 | 0 | 10011 | 110110 | 10011111 | 100101 | 100010 |
Color Harmonies of #36755F
Complementary color
Monochromatic Colors of #36755F
Black with #36755F
Text Example
Text Example
White with #36755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36755F; }
p { color: rgb(54,117,95); }
H1.HeaderClassName
{
color: #36755F;
}
.AnyTagClassName
{
color: #36755F;
}
</style>
background-color css
<style>
a { background-color: #36755F; }
a { background-color: rgb(54,117,95); }
div.DivClassName
{
background-color: #36755F;
}
.BgClassName
{
background-color: #36755F;
}
</style>
border-color css
<style>
span { border-color: #36755F; }
span { border-color: rgb(54,117,95); }
td.TdClassName
{
border-color: #36755F;
}
.TagClassName
{
border-color: #36755F;
}
</style>