Shades of Viridian Green #456856
Tints of Viridian Green #456856
RGB
CMYK
RGB Variations
Color information
#456856 (or 0x456856) is known color: Viridian Green. HEX triplet: 45, 68 and 56. RGB value is (69,104,86). Sum of RGB (Red+Green+Blue) = 69+104+86=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #456856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456856 is #BA97A9. Grayscale: #5B5B5B. Windows color (decimal): -12228522 or 5662789. OLE color: 5662789.
HSL color Cylindrical-coordinate representation of color #456856: hue angle of 149.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456856 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 86 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.59 |
| HSL | 149.14º | 0.2% | 0.34% | - |
| HSV(B) | 149.14º | 0.34% | 0.41% | - |
| XYZ | 9.08 | 11.84 | 10.61 | - |
| YUV | 91.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 86 | 0.34 | 0 | 0.17 | 0.59 | 149.14 | 0.2 | 0.34 |
| Hex | 45 | 68 | 56 | 22 | 0 | 11 | 3B | 95 | 14 | 22 |
| Octal | 105 | 150 | 126 | 42 | 0 | 21 | 73 | 225 | 24 | 42 |
| Binary | 1000101 | 1101000 | 1010110 | 100010 | 0 | 10001 | 111011 | 10010101 | 10100 | 100010 |
Color Harmonies of #456856
Complementary color
Monochromatic Colors of #456856
Black with #456856
Text Example
Text Example
White with #456856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456856; }
p { color: rgb(69,104,86); }
H1.HeaderClassName
{
color: #456856;
}
.AnyTagClassName
{
color: #456856;
}
</style>
background-color css
<style>
a { background-color: #456856; }
a { background-color: rgb(69,104,86); }
div.DivClassName
{
background-color: #456856;
}
.BgClassName
{
background-color: #456856;
}
</style>
border-color css
<style>
span { border-color: #456856; }
span { border-color: rgb(69,104,86); }
td.TdClassName
{
border-color: #456856;
}
.TagClassName
{
border-color: #456856;
}
</style>