Shades of Viridian Green #485F53
Tints of Viridian Green #485F53
RGB
CMYK
RGB Variations
Color information
#485F53 (or 0x485F53) is known color: Viridian Green. HEX triplet: 48, 5F and 53. RGB value is (72,95,83). Sum of RGB (Red+Green+Blue) = 72+95+83=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 95 - color contains mainly: green. Hex color #485F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F53 is #B7A0AC. Grayscale: #565656. Windows color (decimal): -12034221 or 5463880. OLE color: 5463880.
HSL color Cylindrical-coordinate representation of color #485F53: hue angle of 148.7º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F53 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 83 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.63 |
| HSL | 148.7º | 0.14% | 0.33% | - |
| HSV(B) | 148.7º | 0.24% | 0.37% | - |
| XYZ | 8.33 | 10.19 | 9.71 | - |
| YUV | 86.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 83 | 0.24 | 0 | 0.13 | 0.63 | 148.7 | 0.14 | 0.33 |
| Hex | 48 | 5F | 53 | 18 | 0 | D | 3F | 95 | E | 21 |
| Octal | 110 | 137 | 123 | 30 | 0 | 15 | 77 | 225 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1010011 | 11000 | 0 | 1101 | 111111 | 10010101 | 1110 | 100001 |
Color Harmonies of #485F53
Complementary color
Monochromatic Colors of #485F53
Black with #485F53
Text Example
Text Example
White with #485F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F53; }
p { color: rgb(72,95,83); }
H1.HeaderClassName
{
color: #485F53;
}
.AnyTagClassName
{
color: #485F53;
}
</style>
background-color css
<style>
a { background-color: #485F53; }
a { background-color: rgb(72,95,83); }
div.DivClassName
{
background-color: #485F53;
}
.BgClassName
{
background-color: #485F53;
}
</style>
border-color css
<style>
span { border-color: #485F53; }
span { border-color: rgb(72,95,83); }
td.TdClassName
{
border-color: #485F53;
}
.TagClassName
{
border-color: #485F53;
}
</style>