Shades of Viridian #34916F
Tints of Viridian #34916F
RGB
CMYK
RGB Variations
Color information
#34916F (or 0x34916F) is known color: Viridian. HEX triplet: 34, 91 and 6F. RGB value is (52,145,111). Sum of RGB (Red+Green+Blue) = 52+145+111=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #34916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34916F is #CB6E90. Grayscale: #717171. Windows color (decimal): -13332113 or 7311668. OLE color: 7311668.
HSL color Cylindrical-coordinate representation of color #34916F: hue angle of 158.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34916F is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 111 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.43 |
| HSL | 158.06º | 0.47% | 0.39% | - |
| HSV(B) | 158.06º | 0.64% | 0.57% | - |
| XYZ | 14.41 | 22.13 | 18.55 | - |
| YUV | 113.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 111 | 0.64 | 0 | 0.23 | 0.43 | 158.06 | 0.47 | 0.39 |
| Hex | 34 | 91 | 6F | 40 | 0 | 17 | 2B | 9E | 2F | 27 |
| Octal | 64 | 221 | 157 | 100 | 0 | 27 | 53 | 236 | 57 | 47 |
| Binary | 110100 | 10010001 | 1101111 | 1000000 | 0 | 10111 | 101011 | 10011110 | 101111 | 100111 |
Color Harmonies of #34916F
Complementary color
Monochromatic Colors of #34916F
Black with #34916F
Text Example
Text Example
White with #34916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34916F; }
p { color: rgb(52,145,111); }
H1.HeaderClassName
{
color: #34916F;
}
.AnyTagClassName
{
color: #34916F;
}
</style>
background-color css
<style>
a { background-color: #34916F; }
a { background-color: rgb(52,145,111); }
div.DivClassName
{
background-color: #34916F;
}
.BgClassName
{
background-color: #34916F;
}
</style>
border-color css
<style>
span { border-color: #34916F; }
span { border-color: rgb(52,145,111); }
td.TdClassName
{
border-color: #34916F;
}
.TagClassName
{
border-color: #34916F;
}
</style>