Shades of Viridian Green #456153
Tints of Viridian Green #456153
RGB
CMYK
RGB Variations
Color information
#456153 (or 0x456153) is known color: Viridian Green. HEX triplet: 45, 61 and 53. RGB value is (69,97,83). Sum of RGB (Red+Green+Blue) = 69+97+83=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #456153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456153 is #BA9EAC. Grayscale: #575757. Windows color (decimal): -12230317 or 5464389. OLE color: 5464389.
HSL color Cylindrical-coordinate representation of color #456153: hue angle of 150º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #456153 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 83 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.62 |
| HSL | 150º | 0.17% | 0.33% | - |
| HSV(B) | 150º | 0.29% | 0.38% | - |
| XYZ | 8.29 | 10.44 | 9.76 | - |
| YUV | 87.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 83 | 0.29 | 0 | 0.14 | 0.62 | 150 | 0.17 | 0.33 |
| Hex | 45 | 61 | 53 | 1D | 0 | E | 3E | 96 | 11 | 21 |
| Octal | 105 | 141 | 123 | 35 | 0 | 16 | 76 | 226 | 21 | 41 |
| Binary | 1000101 | 1100001 | 1010011 | 11101 | 0 | 1110 | 111110 | 10010110 | 10001 | 100001 |
Color Harmonies of #456153
Complementary color
Monochromatic Colors of #456153
Black with #456153
Text Example
Text Example
White with #456153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456153; }
p { color: rgb(69,97,83); }
H1.HeaderClassName
{
color: #456153;
}
.AnyTagClassName
{
color: #456153;
}
</style>
background-color css
<style>
a { background-color: #456153; }
a { background-color: rgb(69,97,83); }
div.DivClassName
{
background-color: #456153;
}
.BgClassName
{
background-color: #456153;
}
</style>
border-color css
<style>
span { border-color: #456153; }
span { border-color: rgb(69,97,83); }
td.TdClassName
{
border-color: #456153;
}
.TagClassName
{
border-color: #456153;
}
</style>