Shades of Viridian Green #486357
Tints of Viridian Green #486357
RGB
CMYK
RGB Variations
Color information
#486357 (or 0x486357) is known color: Viridian Green. HEX triplet: 48, 63 and 57. RGB value is (72,99,87). Sum of RGB (Red+Green+Blue) = 72+99+87=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 99 - color contains mainly: green. Hex color #486357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486357 is #B79CA8. Grayscale: #595959. Windows color (decimal): -12033193 or 5727048. OLE color: 5727048.
HSL color Cylindrical-coordinate representation of color #486357: hue angle of 153.33º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486357 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 87 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.61 |
| HSL | 153.33º | 0.16% | 0.34% | - |
| HSV(B) | 153.33º | 0.27% | 0.39% | - |
| XYZ | 8.85 | 10.99 | 10.67 | - |
| YUV | 89.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 87 | 0.27 | 0 | 0.12 | 0.61 | 153.33 | 0.16 | 0.34 |
| Hex | 48 | 63 | 57 | 1B | 0 | C | 3D | 99 | 10 | 22 |
| Octal | 110 | 143 | 127 | 33 | 0 | 14 | 75 | 231 | 20 | 42 |
| Binary | 1001000 | 1100011 | 1010111 | 11011 | 0 | 1100 | 111101 | 10011001 | 10000 | 100010 |
Color Harmonies of #486357
Complementary color
Monochromatic Colors of #486357
Black with #486357
Text Example
Text Example
White with #486357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486357; }
p { color: rgb(72,99,87); }
H1.HeaderClassName
{
color: #486357;
}
.AnyTagClassName
{
color: #486357;
}
</style>
background-color css
<style>
a { background-color: #486357; }
a { background-color: rgb(72,99,87); }
div.DivClassName
{
background-color: #486357;
}
.BgClassName
{
background-color: #486357;
}
</style>
border-color css
<style>
span { border-color: #486357; }
span { border-color: rgb(72,99,87); }
td.TdClassName
{
border-color: #486357;
}
.TagClassName
{
border-color: #486357;
}
</style>