Shades of Viridian Green #456656
Tints of Viridian Green #456656
RGB
CMYK
RGB Variations
Color information
#456656 (or 0x456656) is known color: Viridian Green. HEX triplet: 45, 66 and 56. RGB value is (69,102,86). Sum of RGB (Red+Green+Blue) = 69+102+86=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #456656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456656 is #BA99A9. Grayscale: #5A5A5A. Windows color (decimal): -12229034 or 5662277. OLE color: 5662277.
HSL color Cylindrical-coordinate representation of color #456656: hue angle of 150.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456656 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 102 | 86 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.6 |
| HSL | 150.91º | 0.19% | 0.34% | - |
| HSV(B) | 150.91º | 0.32% | 0.4% | - |
| XYZ | 8.89 | 11.44 | 10.54 | - |
| YUV | 90.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 86 | 0.32 | 0 | 0.16 | 0.6 | 150.91 | 0.19 | 0.34 |
| Hex | 45 | 66 | 56 | 20 | 0 | 10 | 3C | 97 | 13 | 22 |
| Octal | 105 | 146 | 126 | 40 | 0 | 20 | 74 | 227 | 23 | 42 |
| Binary | 1000101 | 1100110 | 1010110 | 100000 | 0 | 10000 | 111100 | 10010111 | 10011 | 100010 |
Color Harmonies of #456656
Complementary color
Monochromatic Colors of #456656
Black with #456656
Text Example
Text Example
White with #456656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456656; }
p { color: rgb(69,102,86); }
H1.HeaderClassName
{
color: #456656;
}
.AnyTagClassName
{
color: #456656;
}
</style>
background-color css
<style>
a { background-color: #456656; }
a { background-color: rgb(69,102,86); }
div.DivClassName
{
background-color: #456656;
}
.BgClassName
{
background-color: #456656;
}
</style>
border-color css
<style>
span { border-color: #456656; }
span { border-color: rgb(69,102,86); }
td.TdClassName
{
border-color: #456656;
}
.TagClassName
{
border-color: #456656;
}
</style>