Shades of Viridian Green #455B51
Tints of Viridian Green #455B51
RGB
CMYK
RGB Variations
Color information
#455B51 (or 0x455B51) is known color: Viridian Green. HEX triplet: 45, 5B and 51. RGB value is (69,91,81). Sum of RGB (Red+Green+Blue) = 69+91+81=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #455B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B51 is #BAA4AE. Grayscale: #535353. Windows color (decimal): -12231855 or 5331781. OLE color: 5331781.
HSL color Cylindrical-coordinate representation of color #455B51: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #455B51 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 81 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.64 |
| HSL | 152.73º | 0.14% | 0.31% | - |
| HSV(B) | 152.73º | 0.24% | 0.36% | - |
| XYZ | 7.68 | 9.34 | 9.18 | - |
| YUV | 83.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 81 | 0.24 | 0 | 0.11 | 0.64 | 152.73 | 0.14 | 0.31 |
| Hex | 45 | 5B | 51 | 18 | 0 | B | 40 | 99 | E | 1F |
| Octal | 105 | 133 | 121 | 30 | 0 | 13 | 100 | 231 | 16 | 37 |
| Binary | 1000101 | 1011011 | 1010001 | 11000 | 0 | 1011 | 1000000 | 10011001 | 1110 | 11111 |
Color Harmonies of #455B51
Complementary color
Monochromatic Colors of #455B51
Black with #455B51
Text Example
Text Example
White with #455B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B51; }
p { color: rgb(69,91,81); }
H1.HeaderClassName
{
color: #455B51;
}
.AnyTagClassName
{
color: #455B51;
}
</style>
background-color css
<style>
a { background-color: #455B51; }
a { background-color: rgb(69,91,81); }
div.DivClassName
{
background-color: #455B51;
}
.BgClassName
{
background-color: #455B51;
}
</style>
border-color css
<style>
span { border-color: #455B51; }
span { border-color: rgb(69,91,81); }
td.TdClassName
{
border-color: #455B51;
}
.TagClassName
{
border-color: #455B51;
}
</style>