Shades of Viridian #34866D
Tints of Viridian #34866D
RGB
CMYK
RGB Variations
Color information
#34866D (or 0x34866D) is known color: Viridian. HEX triplet: 34, 86 and 6D. RGB value is (52,134,109). Sum of RGB (Red+Green+Blue) = 52+134+109=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #34866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34866D is #CB7992. Grayscale: #6A6A6A. Windows color (decimal): -13334931 or 7177780. OLE color: 7177780.
HSL color Cylindrical-coordinate representation of color #34866D: hue angle of 161.71º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34866D is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 109 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.47 |
| HSL | 161.71º | 0.44% | 0.36% | - |
| HSV(B) | 161.71º | 0.61% | 0.53% | - |
| XYZ | 12.7 | 18.88 | 17.44 | - |
| YUV | 106.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 109 | 0.61 | 0 | 0.19 | 0.47 | 161.71 | 0.44 | 0.36 |
| Hex | 34 | 86 | 6D | 3D | 0 | 13 | 2F | A2 | 2C | 24 |
| Octal | 64 | 206 | 155 | 75 | 0 | 23 | 57 | 242 | 54 | 44 |
| Binary | 110100 | 10000110 | 1101101 | 111101 | 0 | 10011 | 101111 | 10100010 | 101100 | 100100 |
Color Harmonies of #34866D
Complementary color
Monochromatic Colors of #34866D
Black with #34866D
Text Example
Text Example
White with #34866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34866D; }
p { color: rgb(52,134,109); }
H1.HeaderClassName
{
color: #34866D;
}
.AnyTagClassName
{
color: #34866D;
}
</style>
background-color css
<style>
a { background-color: #34866D; }
a { background-color: rgb(52,134,109); }
div.DivClassName
{
background-color: #34866D;
}
.BgClassName
{
background-color: #34866D;
}
</style>
border-color css
<style>
span { border-color: #34866D; }
span { border-color: rgb(52,134,109); }
td.TdClassName
{
border-color: #34866D;
}
.TagClassName
{
border-color: #34866D;
}
</style>