Shades of Viridian Green #485B51
Tints of Viridian Green #485B51
RGB
CMYK
RGB Variations
Color information
#485B51 (or 0x485B51) is known color: Viridian Green. HEX triplet: 48, 5B and 51. RGB value is (72,91,81). Sum of RGB (Red+Green+Blue) = 72+91+81=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 91 - color contains mainly: green. Hex color #485B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B51 is #B7A4AE. Grayscale: #545454. Windows color (decimal): -12035247 or 5331784. OLE color: 5331784.
HSL color Cylindrical-coordinate representation of color #485B51: hue angle of 148.42º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #485B51 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 91 | 81 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.64 |
| HSL | 148.42º | 0.12% | 0.32% | - |
| HSV(B) | 148.42º | 0.21% | 0.36% | - |
| XYZ | 7.9 | 9.45 | 9.19 | - |
| YUV | 84.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 81 | 0.21 | 0 | 0.11 | 0.64 | 148.42 | 0.12 | 0.32 |
| Hex | 48 | 5B | 51 | 15 | 0 | B | 40 | 94 | C | 20 |
| Octal | 110 | 133 | 121 | 25 | 0 | 13 | 100 | 224 | 14 | 40 |
| Binary | 1001000 | 1011011 | 1010001 | 10101 | 0 | 1011 | 1000000 | 10010100 | 1100 | 100000 |
Color Harmonies of #485B51
Complementary color
Monochromatic Colors of #485B51
Black with #485B51
Text Example
Text Example
White with #485B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B51; }
p { color: rgb(72,91,81); }
H1.HeaderClassName
{
color: #485B51;
}
.AnyTagClassName
{
color: #485B51;
}
</style>
background-color css
<style>
a { background-color: #485B51; }
a { background-color: rgb(72,91,81); }
div.DivClassName
{
background-color: #485B51;
}
.BgClassName
{
background-color: #485B51;
}
</style>
border-color css
<style>
span { border-color: #485B51; }
span { border-color: rgb(72,91,81); }
td.TdClassName
{
border-color: #485B51;
}
.TagClassName
{
border-color: #485B51;
}
</style>