Shades of Viridian Green #456253
Tints of Viridian Green #456253
RGB
CMYK
RGB Variations
Color information
#456253 (or 0x456253) is known color: Viridian Green. HEX triplet: 45, 62 and 53. RGB value is (69,98,83). Sum of RGB (Red+Green+Blue) = 69+98+83=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #456253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456253 is #BA9DAC. Grayscale: #575757. Windows color (decimal): -12230061 or 5464645. OLE color: 5464645.
HSL color Cylindrical-coordinate representation of color #456253: hue angle of 148.97º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456253 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 83 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.62 |
| HSL | 148.97º | 0.17% | 0.33% | - |
| HSV(B) | 148.97º | 0.3% | 0.38% | - |
| XYZ | 8.38 | 10.63 | 9.79 | - |
| YUV | 87.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 83 | 0.30 | 0 | 0.15 | 0.62 | 148.97 | 0.17 | 0.33 |
| Hex | 45 | 62 | 53 | 1E | 0 | F | 3E | 95 | 11 | 21 |
| Octal | 105 | 142 | 123 | 36 | 0 | 17 | 76 | 225 | 21 | 41 |
| Binary | 1000101 | 1100010 | 1010011 | 11110 | 0 | 1111 | 111110 | 10010101 | 10001 | 100001 |
Color Harmonies of #456253
Complementary color
Monochromatic Colors of #456253
Black with #456253
Text Example
Text Example
White with #456253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456253; }
p { color: rgb(69,98,83); }
H1.HeaderClassName
{
color: #456253;
}
.AnyTagClassName
{
color: #456253;
}
</style>
background-color css
<style>
a { background-color: #456253; }
a { background-color: rgb(69,98,83); }
div.DivClassName
{
background-color: #456253;
}
.BgClassName
{
background-color: #456253;
}
</style>
border-color css
<style>
span { border-color: #456253; }
span { border-color: rgb(69,98,83); }
td.TdClassName
{
border-color: #456253;
}
.TagClassName
{
border-color: #456253;
}
</style>