Shades of Viridian #34866B
Tints of Viridian #34866B
RGB
CMYK
RGB Variations
Color information
#34866B (or 0x34866B) is known color: Viridian. HEX triplet: 34, 86 and 6B. RGB value is (52,134,107). Sum of RGB (Red+Green+Blue) = 52+134+107=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #34866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34866B is #CB7994. Grayscale: #6A6A6A. Windows color (decimal): -13334933 or 7046708. OLE color: 7046708.
HSL color Cylindrical-coordinate representation of color #34866B: hue angle of 160.24º 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 #34866B is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 107 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.47 |
| HSL | 160.24º | 0.44% | 0.36% | - |
| HSV(B) | 160.24º | 0.61% | 0.53% | - |
| XYZ | 12.6 | 18.84 | 16.88 | - |
| YUV | 106.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 107 | 0.61 | 0 | 0.20 | 0.47 | 160.24 | 0.44 | 0.36 |
| Hex | 34 | 86 | 6B | 3D | 0 | 14 | 2F | A0 | 2C | 24 |
| Octal | 64 | 206 | 153 | 75 | 0 | 24 | 57 | 240 | 54 | 44 |
| Binary | 110100 | 10000110 | 1101011 | 111101 | 0 | 10100 | 101111 | 10100000 | 101100 | 100100 |
Color Harmonies of #34866B
Complementary color
Monochromatic Colors of #34866B
Black with #34866B
Text Example
Text Example
White with #34866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34866B; }
p { color: rgb(52,134,107); }
H1.HeaderClassName
{
color: #34866B;
}
.AnyTagClassName
{
color: #34866B;
}
</style>
background-color css
<style>
a { background-color: #34866B; }
a { background-color: rgb(52,134,107); }
div.DivClassName
{
background-color: #34866B;
}
.BgClassName
{
background-color: #34866B;
}
</style>
border-color css
<style>
span { border-color: #34866B; }
span { border-color: rgb(52,134,107); }
td.TdClassName
{
border-color: #34866B;
}
.TagClassName
{
border-color: #34866B;
}
</style>