Shades of Viridian Green #455E51
Tints of Viridian Green #455E51
RGB
CMYK
RGB Variations
Color information
#455E51 (or 0x455E51) is known color: Viridian Green. HEX triplet: 45, 5E and 51. RGB value is (69,94,81). Sum of RGB (Red+Green+Blue) = 69+94+81=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 94 - color contains mainly: green. Hex color #455E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E51 is #BAA1AE. Grayscale: #555555. Windows color (decimal): -12231087 or 5332549. OLE color: 5332549.
HSL color Cylindrical-coordinate representation of color #455E51: hue angle of 148.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455E51 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 94 | 81 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.63 |
| HSL | 148.8º | 0.15% | 0.32% | - |
| HSV(B) | 148.8º | 0.27% | 0.37% | - |
| XYZ | 7.94 | 9.86 | 9.27 | - |
| YUV | 85.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 81 | 0.27 | 0 | 0.14 | 0.63 | 148.8 | 0.15 | 0.32 |
| Hex | 45 | 5E | 51 | 1B | 0 | E | 3F | 95 | F | 20 |
| Octal | 105 | 136 | 121 | 33 | 0 | 16 | 77 | 225 | 17 | 40 |
| Binary | 1000101 | 1011110 | 1010001 | 11011 | 0 | 1110 | 111111 | 10010101 | 1111 | 100000 |
Color Harmonies of #455E51
Complementary color
Monochromatic Colors of #455E51
Black with #455E51
Text Example
Text Example
White with #455E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E51; }
p { color: rgb(69,94,81); }
H1.HeaderClassName
{
color: #455E51;
}
.AnyTagClassName
{
color: #455E51;
}
</style>
background-color css
<style>
a { background-color: #455E51; }
a { background-color: rgb(69,94,81); }
div.DivClassName
{
background-color: #455E51;
}
.BgClassName
{
background-color: #455E51;
}
</style>
border-color css
<style>
span { border-color: #455E51; }
span { border-color: rgb(69,94,81); }
td.TdClassName
{
border-color: #455E51;
}
.TagClassName
{
border-color: #455E51;
}
</style>