Shades of Viridian Green #456A56
Tints of Viridian Green #456A56
RGB
CMYK
RGB Variations
Color information
#456A56 (or 0x456A56) is known color: Viridian Green. HEX triplet: 45, 6A and 56. RGB value is (69,106,86). Sum of RGB (Red+Green+Blue) = 69+106+86=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #456A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456A56 is #BA95A9. Grayscale: #5C5C5C. Windows color (decimal): -12228010 or 5663301. OLE color: 5663301.
HSL color Cylindrical-coordinate representation of color #456A56: hue angle of 147.57º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #456A56 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 106 | 86 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.58 |
| HSL | 147.57º | 0.21% | 0.34% | - |
| HSV(B) | 147.57º | 0.35% | 0.42% | - |
| XYZ | 9.29 | 12.25 | 10.68 | - |
| YUV | 92.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 86 | 0.35 | 0 | 0.19 | 0.58 | 147.57 | 0.21 | 0.34 |
| Hex | 45 | 6A | 56 | 23 | 0 | 13 | 3A | 94 | 15 | 22 |
| Octal | 105 | 152 | 126 | 43 | 0 | 23 | 72 | 224 | 25 | 42 |
| Binary | 1000101 | 1101010 | 1010110 | 100011 | 0 | 10011 | 111010 | 10010100 | 10101 | 100010 |
Color Harmonies of #456A56
Complementary color
Monochromatic Colors of #456A56
Black with #456A56
Text Example
Text Example
White with #456A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456A56; }
p { color: rgb(69,106,86); }
H1.HeaderClassName
{
color: #456A56;
}
.AnyTagClassName
{
color: #456A56;
}
</style>
background-color css
<style>
a { background-color: #456A56; }
a { background-color: rgb(69,106,86); }
div.DivClassName
{
background-color: #456A56;
}
.BgClassName
{
background-color: #456A56;
}
</style>
border-color css
<style>
span { border-color: #456A56; }
span { border-color: rgb(69,106,86); }
td.TdClassName
{
border-color: #456A56;
}
.TagClassName
{
border-color: #456A56;
}
</style>