Shades of Viridian #34826C
Tints of Viridian #34826C
RGB
CMYK
RGB Variations
Color information
#34826C (or 0x34826C) is known color: Viridian. HEX triplet: 34, 82 and 6C. RGB value is (52,130,108). Sum of RGB (Red+Green+Blue) = 52+130+108=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #34826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34826C is #CB7D93. Grayscale: #686868. Windows color (decimal): -13335956 or 7111220. OLE color: 7111220.
HSL color Cylindrical-coordinate representation of color #34826C: hue angle of 163.08º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34826C is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 108 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.49 |
| HSL | 163.08º | 0.43% | 0.36% | - |
| HSV(B) | 163.08º | 0.6% | 0.51% | - |
| XYZ | 12.11 | 17.78 | 16.98 | - |
| YUV | 104.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 108 | 0.60 | 0 | 0.17 | 0.49 | 163.08 | 0.43 | 0.36 |
| Hex | 34 | 82 | 6C | 3C | 0 | 11 | 31 | A3 | 2B | 24 |
| Octal | 64 | 202 | 154 | 74 | 0 | 21 | 61 | 243 | 53 | 44 |
| Binary | 110100 | 10000010 | 1101100 | 111100 | 0 | 10001 | 110001 | 10100011 | 101011 | 100100 |
Color Harmonies of #34826C
Complementary color
Monochromatic Colors of #34826C
Black with #34826C
Text Example
Text Example
White with #34826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34826C; }
p { color: rgb(52,130,108); }
H1.HeaderClassName
{
color: #34826C;
}
.AnyTagClassName
{
color: #34826C;
}
</style>
background-color css
<style>
a { background-color: #34826C; }
a { background-color: rgb(52,130,108); }
div.DivClassName
{
background-color: #34826C;
}
.BgClassName
{
background-color: #34826C;
}
</style>
border-color css
<style>
span { border-color: #34826C; }
span { border-color: rgb(52,130,108); }
td.TdClassName
{
border-color: #34826C;
}
.TagClassName
{
border-color: #34826C;
}
</style>