Shades of Viridian #34876C
Tints of Viridian #34876C
RGB
CMYK
RGB Variations
Color information
#34876C (or 0x34876C) is known color: Viridian. HEX triplet: 34, 87 and 6C. RGB value is (52,135,108). Sum of RGB (Red+Green+Blue) = 52+135+108=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #34876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34876C is #CB7893. Grayscale: #6B6B6B. Windows color (decimal): -13334676 or 7112500. OLE color: 7112500.
HSL color Cylindrical-coordinate representation of color #34876C: hue angle of 160.48º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34876C is Cyan = 0.61, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 135 | 108 | - |
| CMYK | 0.61 | 0 | 0.2 | 0.47 |
| HSL | 160.48º | 0.44% | 0.37% | - |
| HSV(B) | 160.48º | 0.61% | 0.53% | - |
| XYZ | 12.79 | 19.14 | 17.21 | - |
| YUV | 107.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 108 | 0.61 | 0 | 0.2 | 0.47 | 160.48 | 0.44 | 0.37 |
| Hex | 34 | 87 | 6C | 3D | 0 | 14 | 2F | A0 | 2C | 25 |
| Octal | 64 | 207 | 154 | 75 | 0 | 24 | 57 | 240 | 54 | 45 |
| Binary | 110100 | 10000111 | 1101100 | 111101 | 0 | 10100 | 101111 | 10100000 | 101100 | 100101 |
Color Harmonies of #34876C
Complementary color
Monochromatic Colors of #34876C
Black with #34876C
Text Example
Text Example
White with #34876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34876C; }
p { color: rgb(52,135,108); }
H1.HeaderClassName
{
color: #34876C;
}
.AnyTagClassName
{
color: #34876C;
}
</style>
background-color css
<style>
a { background-color: #34876C; }
a { background-color: rgb(52,135,108); }
div.DivClassName
{
background-color: #34876C;
}
.BgClassName
{
background-color: #34876C;
}
</style>
border-color css
<style>
span { border-color: #34876C; }
span { border-color: rgb(52,135,108); }
td.TdClassName
{
border-color: #34876C;
}
.TagClassName
{
border-color: #34876C;
}
</style>