Shades of Viridian #34896B
Tints of Viridian #34896B
RGB
CMYK
RGB Variations
Color information
#34896B (or 0x34896B) is known color: Viridian. HEX triplet: 34, 89 and 6B. RGB value is (52,137,107). Sum of RGB (Red+Green+Blue) = 52+137+107=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #34896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34896B is #CB7694. Grayscale: #6C6C6C. Windows color (decimal): -13334165 or 7047476. OLE color: 7047476.
HSL color Cylindrical-coordinate representation of color #34896B: hue angle of 158.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34896B is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 137 | 107 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.46 |
| HSL | 158.82º | 0.45% | 0.37% | - |
| HSV(B) | 158.82º | 0.62% | 0.54% | - |
| XYZ | 13.02 | 19.68 | 17.02 | - |
| YUV | 108.17 | 127.34 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 107 | 0.62 | 0 | 0.22 | 0.46 | 158.82 | 0.45 | 0.37 |
| Hex | 34 | 89 | 6B | 3E | 0 | 16 | 2E | 9F | 2D | 25 |
| Octal | 64 | 211 | 153 | 76 | 0 | 26 | 56 | 237 | 55 | 45 |
| Binary | 110100 | 10001001 | 1101011 | 111110 | 0 | 10110 | 101110 | 10011111 | 101101 | 100101 |
Color Harmonies of #34896B
Complementary color
Monochromatic Colors of #34896B
Black with #34896B
Text Example
Text Example
White with #34896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34896B; }
p { color: rgb(52,137,107); }
H1.HeaderClassName
{
color: #34896B;
}
.AnyTagClassName
{
color: #34896B;
}
</style>
background-color css
<style>
a { background-color: #34896B; }
a { background-color: rgb(52,137,107); }
div.DivClassName
{
background-color: #34896B;
}
.BgClassName
{
background-color: #34896B;
}
</style>
border-color css
<style>
span { border-color: #34896B; }
span { border-color: rgb(52,137,107); }
td.TdClassName
{
border-color: #34896B;
}
.TagClassName
{
border-color: #34896B;
}
</style>