Shades of Viridian #487765
Tints of Viridian #487765
RGB
CMYK
RGB Variations
Color information
#487765 (or 0x487765) is known color: Viridian. HEX triplet: 48, 77 and 65. RGB value is (72,119,101). Sum of RGB (Red+Green+Blue) = 72+119+101=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #487765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487765 is #B7889A. Grayscale: #666666. Windows color (decimal): -12028059 or 6649672. OLE color: 6649672.
HSL color Cylindrical-coordinate representation of color #487765: hue angle of 157.02º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487765 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 119 | 101 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.53 |
| HSL | 157.02º | 0.25% | 0.37% | - |
| HSV(B) | 157.02º | 0.39% | 0.47% | - |
| XYZ | 11.62 | 15.51 | 14.69 | - |
| YUV | 102.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 101 | 0.39 | 0 | 0.15 | 0.53 | 157.02 | 0.25 | 0.37 |
| Hex | 48 | 77 | 65 | 27 | 0 | F | 35 | 9D | 19 | 25 |
| Octal | 110 | 167 | 145 | 47 | 0 | 17 | 65 | 235 | 31 | 45 |
| Binary | 1001000 | 1110111 | 1100101 | 100111 | 0 | 1111 | 110101 | 10011101 | 11001 | 100101 |
Color Harmonies of #487765
Complementary color
Monochromatic Colors of #487765
Black with #487765
Text Example
Text Example
White with #487765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487765; }
p { color: rgb(72,119,101); }
H1.HeaderClassName
{
color: #487765;
}
.AnyTagClassName
{
color: #487765;
}
</style>
background-color css
<style>
a { background-color: #487765; }
a { background-color: rgb(72,119,101); }
div.DivClassName
{
background-color: #487765;
}
.BgClassName
{
background-color: #487765;
}
</style>
border-color css
<style>
span { border-color: #487765; }
span { border-color: rgb(72,119,101); }
td.TdClassName
{
border-color: #487765;
}
.TagClassName
{
border-color: #487765;
}
</style>