Shades of Viridian Green #456052
Tints of Viridian Green #456052
RGB
CMYK
RGB Variations
Color information
#456052 (or 0x456052) is known color: Viridian Green. HEX triplet: 45, 60 and 52. RGB value is (69,96,82). Sum of RGB (Red+Green+Blue) = 69+96+82=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #456052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456052 is #BA9FAD. Grayscale: #565656. Windows color (decimal): -12230574 or 5398597. OLE color: 5398597.
HSL color Cylindrical-coordinate representation of color #456052: hue angle of 148.89º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #456052 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 96 | 82 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.62 |
| HSL | 148.89º | 0.16% | 0.32% | - |
| HSV(B) | 148.89º | 0.28% | 0.38% | - |
| XYZ | 8.16 | 10.24 | 9.53 | - |
| YUV | 86.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 82 | 0.28 | 0 | 0.15 | 0.62 | 148.89 | 0.16 | 0.32 |
| Hex | 45 | 60 | 52 | 1C | 0 | F | 3E | 95 | 10 | 20 |
| Octal | 105 | 140 | 122 | 34 | 0 | 17 | 76 | 225 | 20 | 40 |
| Binary | 1000101 | 1100000 | 1010010 | 11100 | 0 | 1111 | 111110 | 10010101 | 10000 | 100000 |
Color Harmonies of #456052
Complementary color
Monochromatic Colors of #456052
Black with #456052
Text Example
Text Example
White with #456052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456052; }
p { color: rgb(69,96,82); }
H1.HeaderClassName
{
color: #456052;
}
.AnyTagClassName
{
color: #456052;
}
</style>
background-color css
<style>
a { background-color: #456052; }
a { background-color: rgb(69,96,82); }
div.DivClassName
{
background-color: #456052;
}
.BgClassName
{
background-color: #456052;
}
</style>
border-color css
<style>
span { border-color: #456052; }
span { border-color: rgb(69,96,82); }
td.TdClassName
{
border-color: #456052;
}
.TagClassName
{
border-color: #456052;
}
</style>