Shades of Viridian Green #486759
Tints of Viridian Green #486759
RGB
CMYK
RGB Variations
Color information
#486759 (or 0x486759) is known color: Viridian Green. HEX triplet: 48, 67 and 59. RGB value is (72,103,89). Sum of RGB (Red+Green+Blue) = 72+103+89=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #486759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486759 is #B798A6. Grayscale: #5C5C5C. Windows color (decimal): -12032167 or 5859144. OLE color: 5859144.
HSL color Cylindrical-coordinate representation of color #486759: hue angle of 152.9º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486759 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 89 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.60 |
| HSL | 152.9º | 0.18% | 0.34% | - |
| HSV(B) | 152.9º | 0.3% | 0.4% | - |
| XYZ | 9.33 | 11.8 | 11.24 | - |
| YUV | 92.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 89 | 0.30 | 0 | 0.14 | 0.60 | 152.9 | 0.18 | 0.34 |
| Hex | 48 | 67 | 59 | 1E | 0 | E | 3C | 99 | 12 | 22 |
| Octal | 110 | 147 | 131 | 36 | 0 | 16 | 74 | 231 | 22 | 42 |
| Binary | 1001000 | 1100111 | 1011001 | 11110 | 0 | 1110 | 111100 | 10011001 | 10010 | 100010 |
Color Harmonies of #486759
Complementary color
Monochromatic Colors of #486759
Black with #486759
Text Example
Text Example
White with #486759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486759; }
p { color: rgb(72,103,89); }
H1.HeaderClassName
{
color: #486759;
}
.AnyTagClassName
{
color: #486759;
}
</style>
background-color css
<style>
a { background-color: #486759; }
a { background-color: rgb(72,103,89); }
div.DivClassName
{
background-color: #486759;
}
.BgClassName
{
background-color: #486759;
}
</style>
border-color css
<style>
span { border-color: #486759; }
span { border-color: rgb(72,103,89); }
td.TdClassName
{
border-color: #486759;
}
.TagClassName
{
border-color: #486759;
}
</style>