Shades of Viridian Green #456C58
Tints of Viridian Green #456C58
RGB
CMYK
RGB Variations
Color information
#456C58 (or 0x456C58) is known color: Viridian Green. HEX triplet: 45, 6C and 58. RGB value is (69,108,88). Sum of RGB (Red+Green+Blue) = 69+108+88=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 108 - color contains mainly: green. Hex color #456C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C58 is #BA93A7. Grayscale: #5E5E5E. Windows color (decimal): -12227496 or 5794885. OLE color: 5794885.
HSL color Cylindrical-coordinate representation of color #456C58: hue angle of 149.23º 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 #456C58 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 88 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.58 |
| HSL | 149.23º | 0.22% | 0.35% | - |
| HSV(B) | 149.23º | 0.36% | 0.42% | - |
| XYZ | 9.58 | 12.69 | 11.18 | - |
| YUV | 94.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 88 | 0.36 | 0 | 0.19 | 0.58 | 149.23 | 0.22 | 0.35 |
| Hex | 45 | 6C | 58 | 24 | 0 | 13 | 3A | 95 | 16 | 23 |
| Octal | 105 | 154 | 130 | 44 | 0 | 23 | 72 | 225 | 26 | 43 |
| Binary | 1000101 | 1101100 | 1011000 | 100100 | 0 | 10011 | 111010 | 10010101 | 10110 | 100011 |
Color Harmonies of #456C58
Complementary color
Monochromatic Colors of #456C58
Black with #456C58
Text Example
Text Example
White with #456C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C58; }
p { color: rgb(69,108,88); }
H1.HeaderClassName
{
color: #456C58;
}
.AnyTagClassName
{
color: #456C58;
}
</style>
background-color css
<style>
a { background-color: #456C58; }
a { background-color: rgb(69,108,88); }
div.DivClassName
{
background-color: #456C58;
}
.BgClassName
{
background-color: #456C58;
}
</style>
border-color css
<style>
span { border-color: #456C58; }
span { border-color: rgb(69,108,88); }
td.TdClassName
{
border-color: #456C58;
}
.TagClassName
{
border-color: #456C58;
}
</style>