Shades of Viridian Green #455F54
Tints of Viridian Green #455F54
RGB
CMYK
RGB Variations
Color information
#455F54 (or 0x455F54) is known color: Viridian Green. HEX triplet: 45, 5F and 54. RGB value is (69,95,84). Sum of RGB (Red+Green+Blue) = 69+95+84=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 95 - color contains mainly: green. Hex color #455F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F54 is #BAA0AB. Grayscale: #555555. Windows color (decimal): -12230828 or 5529413. OLE color: 5529413.
HSL color Cylindrical-coordinate representation of color #455F54: hue angle of 154.62º degrees, saturation: 0.16, 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 #455F54 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 95 | 84 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.63 |
| HSL | 154.62º | 0.16% | 0.32% | - |
| HSV(B) | 154.62º | 0.27% | 0.37% | - |
| XYZ | 8.15 | 10.09 | 9.91 | - |
| YUV | 85.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 84 | 0.27 | 0 | 0.12 | 0.63 | 154.62 | 0.16 | 0.32 |
| Hex | 45 | 5F | 54 | 1B | 0 | C | 3F | 9B | 10 | 20 |
| Octal | 105 | 137 | 124 | 33 | 0 | 14 | 77 | 233 | 20 | 40 |
| Binary | 1000101 | 1011111 | 1010100 | 11011 | 0 | 1100 | 111111 | 10011011 | 10000 | 100000 |
Color Harmonies of #455F54
Complementary color
Monochromatic Colors of #455F54
Black with #455F54
Text Example
Text Example
White with #455F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455F54; }
p { color: rgb(69,95,84); }
H1.HeaderClassName
{
color: #455F54;
}
.AnyTagClassName
{
color: #455F54;
}
</style>
background-color css
<style>
a { background-color: #455F54; }
a { background-color: rgb(69,95,84); }
div.DivClassName
{
background-color: #455F54;
}
.BgClassName
{
background-color: #455F54;
}
</style>
border-color css
<style>
span { border-color: #455F54; }
span { border-color: rgb(69,95,84); }
td.TdClassName
{
border-color: #455F54;
}
.TagClassName
{
border-color: #455F54;
}
</style>