Shades of Viridian Green #456C57
Tints of Viridian Green #456C57
RGB
CMYK
RGB Variations
Color information
#456C57 (or 0x456C57) is known color: Viridian Green. HEX triplet: 45, 6C and 57. RGB value is (69,108,87). Sum of RGB (Red+Green+Blue) = 69+108+87=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 108 - color contains mainly: green. Hex color #456C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C57 is #BA93A8. Grayscale: #5D5D5D. Windows color (decimal): -12227497 or 5729349. OLE color: 5729349.
HSL color Cylindrical-coordinate representation of color #456C57: hue angle of 147.69º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456C57 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 87 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.58 |
| HSL | 147.69º | 0.22% | 0.35% | - |
| HSV(B) | 147.69º | 0.36% | 0.42% | - |
| XYZ | 9.54 | 12.68 | 10.96 | - |
| YUV | 93.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 87 | 0.36 | 0 | 0.19 | 0.58 | 147.69 | 0.22 | 0.35 |
| Hex | 45 | 6C | 57 | 24 | 0 | 13 | 3A | 94 | 16 | 23 |
| Octal | 105 | 154 | 127 | 44 | 0 | 23 | 72 | 224 | 26 | 43 |
| Binary | 1000101 | 1101100 | 1010111 | 100100 | 0 | 10011 | 111010 | 10010100 | 10110 | 100011 |
Color Harmonies of #456C57
Complementary color
Monochromatic Colors of #456C57
Black with #456C57
Text Example
Text Example
White with #456C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C57; }
p { color: rgb(69,108,87); }
H1.HeaderClassName
{
color: #456C57;
}
.AnyTagClassName
{
color: #456C57;
}
</style>
background-color css
<style>
a { background-color: #456C57; }
a { background-color: rgb(69,108,87); }
div.DivClassName
{
background-color: #456C57;
}
.BgClassName
{
background-color: #456C57;
}
</style>
border-color css
<style>
span { border-color: #456C57; }
span { border-color: rgb(69,108,87); }
td.TdClassName
{
border-color: #456C57;
}
.TagClassName
{
border-color: #456C57;
}
</style>