Shades of Viridian #34846E
Tints of Viridian #34846E
RGB
CMYK
RGB Variations
Color information
#34846E (or 0x34846E) is known color: Viridian. HEX triplet: 34, 84 and 6E. RGB value is (52,132,110). Sum of RGB (Red+Green+Blue) = 52+132+110=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #34846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34846E is #CB7B91. Grayscale: #696969. Windows color (decimal): -13335442 or 7242804. OLE color: 7242804.
HSL color Cylindrical-coordinate representation of color #34846E: hue angle of 163.5º degrees, saturation: 0.43, 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 #34846E is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 110 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.48 |
| HSL | 163.5º | 0.43% | 0.36% | - |
| HSV(B) | 163.5º | 0.61% | 0.52% | - |
| XYZ | 12.48 | 18.36 | 17.64 | - |
| YUV | 105.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 110 | 0.61 | 0 | 0.17 | 0.48 | 163.5 | 0.43 | 0.36 |
| Hex | 34 | 84 | 6E | 3D | 0 | 11 | 30 | A4 | 2B | 24 |
| Octal | 64 | 204 | 156 | 75 | 0 | 21 | 60 | 244 | 53 | 44 |
| Binary | 110100 | 10000100 | 1101110 | 111101 | 0 | 10001 | 110000 | 10100100 | 101011 | 100100 |
Color Harmonies of #34846E
Complementary color
Monochromatic Colors of #34846E
Black with #34846E
Text Example
Text Example
White with #34846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34846E; }
p { color: rgb(52,132,110); }
H1.HeaderClassName
{
color: #34846E;
}
.AnyTagClassName
{
color: #34846E;
}
</style>
background-color css
<style>
a { background-color: #34846E; }
a { background-color: rgb(52,132,110); }
div.DivClassName
{
background-color: #34846E;
}
.BgClassName
{
background-color: #34846E;
}
</style>
border-color css
<style>
span { border-color: #34846E; }
span { border-color: rgb(52,132,110); }
td.TdClassName
{
border-color: #34846E;
}
.TagClassName
{
border-color: #34846E;
}
</style>