Shades of Viridian Green #486758
Tints of Viridian Green #486758
RGB
CMYK
RGB Variations
Color information
#486758 (or 0x486758) is known color: Viridian Green. HEX triplet: 48, 67 and 58. RGB value is (72,103,88). Sum of RGB (Red+Green+Blue) = 72+103+88=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 103 - color contains mainly: green. Hex color #486758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486758 is #B798A7. Grayscale: #5C5C5C. Windows color (decimal): -12032168 or 5793608. OLE color: 5793608.
HSL color Cylindrical-coordinate representation of color #486758: hue angle of 150.97º 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 #486758 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 88 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.60 |
| HSL | 150.97º | 0.18% | 0.34% | - |
| HSV(B) | 150.97º | 0.3% | 0.4% | - |
| XYZ | 9.28 | 11.78 | 11.02 | - |
| YUV | 92.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 88 | 0.30 | 0 | 0.15 | 0.60 | 150.97 | 0.18 | 0.34 |
| Hex | 48 | 67 | 58 | 1E | 0 | F | 3C | 97 | 12 | 22 |
| Octal | 110 | 147 | 130 | 36 | 0 | 17 | 74 | 227 | 22 | 42 |
| Binary | 1001000 | 1100111 | 1011000 | 11110 | 0 | 1111 | 111100 | 10010111 | 10010 | 100010 |
Color Harmonies of #486758
Complementary color
Monochromatic Colors of #486758
Black with #486758
Text Example
Text Example
White with #486758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486758; }
p { color: rgb(72,103,88); }
H1.HeaderClassName
{
color: #486758;
}
.AnyTagClassName
{
color: #486758;
}
</style>
background-color css
<style>
a { background-color: #486758; }
a { background-color: rgb(72,103,88); }
div.DivClassName
{
background-color: #486758;
}
.BgClassName
{
background-color: #486758;
}
</style>
border-color css
<style>
span { border-color: #486758; }
span { border-color: rgb(72,103,88); }
td.TdClassName
{
border-color: #486758;
}
.TagClassName
{
border-color: #486758;
}
</style>