Shades of Viridian #489277
Tints of Viridian #489277
RGB
CMYK
RGB Variations
Color information
#489277 (or 0x489277) is known color: Viridian. HEX triplet: 48, 92 and 77. RGB value is (72,146,119). Sum of RGB (Red+Green+Blue) = 72+146+119=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #489277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489277 is #B76D88. Grayscale: #787878. Windows color (decimal): -12021129 or 7836232. OLE color: 7836232.
HSL color Cylindrical-coordinate representation of color #489277: hue angle of 158.11º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489277 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 146 | 119 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.43 |
| HSL | 158.11º | 0.34% | 0.43% | - |
| HSV(B) | 158.11º | 0.51% | 0.57% | - |
| XYZ | 16.28 | 23.27 | 21.09 | - |
| YUV | 120.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 119 | 0.51 | 0 | 0.18 | 0.43 | 158.11 | 0.34 | 0.43 |
| Hex | 48 | 92 | 77 | 33 | 0 | 12 | 2B | 9E | 22 | 2B |
| Octal | 110 | 222 | 167 | 63 | 0 | 22 | 53 | 236 | 42 | 53 |
| Binary | 1001000 | 10010010 | 1110111 | 110011 | 0 | 10010 | 101011 | 10011110 | 100010 | 101011 |
Color Harmonies of #489277
Complementary color
Monochromatic Colors of #489277
Black with #489277
Text Example
Text Example
White with #489277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489277; }
p { color: rgb(72,146,119); }
H1.HeaderClassName
{
color: #489277;
}
.AnyTagClassName
{
color: #489277;
}
</style>
background-color css
<style>
a { background-color: #489277; }
a { background-color: rgb(72,146,119); }
div.DivClassName
{
background-color: #489277;
}
.BgClassName
{
background-color: #489277;
}
</style>
border-color css
<style>
span { border-color: #489277; }
span { border-color: rgb(72,146,119); }
td.TdClassName
{
border-color: #489277;
}
.TagClassName
{
border-color: #489277;
}
</style>