Shades of Viridian #34886C
Tints of Viridian #34886C
RGB
CMYK
RGB Variations
Color information
#34886C (or 0x34886C) is known color: Viridian. HEX triplet: 34, 88 and 6C. RGB value is (52,136,108). Sum of RGB (Red+Green+Blue) = 52+136+108=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #34886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34886C is #CB7793. Grayscale: #6B6B6B. Windows color (decimal): -13334420 or 7112756. OLE color: 7112756.
HSL color Cylindrical-coordinate representation of color #34886C: hue angle of 160º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34886C is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 108 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.47 |
| HSL | 160º | 0.45% | 0.37% | - |
| HSV(B) | 160º | 0.62% | 0.53% | - |
| XYZ | 12.93 | 19.42 | 17.25 | - |
| YUV | 107.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 108 | 0.62 | 0 | 0.21 | 0.47 | 160 | 0.45 | 0.37 |
| Hex | 34 | 88 | 6C | 3E | 0 | 15 | 2F | A0 | 2D | 25 |
| Octal | 64 | 210 | 154 | 76 | 0 | 25 | 57 | 240 | 55 | 45 |
| Binary | 110100 | 10001000 | 1101100 | 111110 | 0 | 10101 | 101111 | 10100000 | 101101 | 100101 |
Color Harmonies of #34886C
Complementary color
Monochromatic Colors of #34886C
Black with #34886C
Text Example
Text Example
White with #34886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34886C; }
p { color: rgb(52,136,108); }
H1.HeaderClassName
{
color: #34886C;
}
.AnyTagClassName
{
color: #34886C;
}
</style>
background-color css
<style>
a { background-color: #34886C; }
a { background-color: rgb(52,136,108); }
div.DivClassName
{
background-color: #34886C;
}
.BgClassName
{
background-color: #34886C;
}
</style>
border-color css
<style>
span { border-color: #34886C; }
span { border-color: rgb(52,136,108); }
td.TdClassName
{
border-color: #34886C;
}
.TagClassName
{
border-color: #34886C;
}
</style>