Shades of Viridian #34856C
Tints of Viridian #34856C
RGB
CMYK
RGB Variations
Color information
#34856C (or 0x34856C) is known color: Viridian. HEX triplet: 34, 85 and 6C. RGB value is (52,133,108). Sum of RGB (Red+Green+Blue) = 52+133+108=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #34856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34856C is #CB7A93. Grayscale: #696969. Windows color (decimal): -13335188 or 7111988. OLE color: 7111988.
HSL color Cylindrical-coordinate representation of color #34856C: hue angle of 161.48º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34856C is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 133 | 108 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.48 |
| HSL | 161.48º | 0.44% | 0.36% | - |
| HSV(B) | 161.48º | 0.61% | 0.52% | - |
| XYZ | 12.51 | 18.59 | 17.12 | - |
| YUV | 105.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 108 | 0.61 | 0 | 0.19 | 0.48 | 161.48 | 0.44 | 0.36 |
| Hex | 34 | 85 | 6C | 3D | 0 | 13 | 30 | A1 | 2C | 24 |
| Octal | 64 | 205 | 154 | 75 | 0 | 23 | 60 | 241 | 54 | 44 |
| Binary | 110100 | 10000101 | 1101100 | 111101 | 0 | 10011 | 110000 | 10100001 | 101100 | 100100 |
Color Harmonies of #34856C
Complementary color
Monochromatic Colors of #34856C
Black with #34856C
Text Example
Text Example
White with #34856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34856C; }
p { color: rgb(52,133,108); }
H1.HeaderClassName
{
color: #34856C;
}
.AnyTagClassName
{
color: #34856C;
}
</style>
background-color css
<style>
a { background-color: #34856C; }
a { background-color: rgb(52,133,108); }
div.DivClassName
{
background-color: #34856C;
}
.BgClassName
{
background-color: #34856C;
}
</style>
border-color css
<style>
span { border-color: #34856C; }
span { border-color: rgb(52,133,108); }
td.TdClassName
{
border-color: #34856C;
}
.TagClassName
{
border-color: #34856C;
}
</style>