Shades of Viridian #489274
Tints of Viridian #489274
RGB
CMYK
RGB Variations
Color information
#489274 (or 0x489274) is known color: Viridian. HEX triplet: 48, 92 and 74. RGB value is (72,146,116). Sum of RGB (Red+Green+Blue) = 72+146+116=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #489274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489274 is #B76D8B. Grayscale: #787878. Windows color (decimal): -12021132 or 7639624. OLE color: 7639624.
HSL color Cylindrical-coordinate representation of color #489274: hue angle of 155.68º 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 #489274 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 146 | 116 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.43 |
| HSL | 155.68º | 0.34% | 0.43% | - |
| HSV(B) | 155.68º | 0.51% | 0.57% | - |
| XYZ | 16.1 | 23.2 | 20.15 | - |
| YUV | 120.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 116 | 0.51 | 0 | 0.21 | 0.43 | 155.68 | 0.34 | 0.43 |
| Hex | 48 | 92 | 74 | 33 | 0 | 15 | 2B | 9C | 22 | 2B |
| Octal | 110 | 222 | 164 | 63 | 0 | 25 | 53 | 234 | 42 | 53 |
| Binary | 1001000 | 10010010 | 1110100 | 110011 | 0 | 10101 | 101011 | 10011100 | 100010 | 101011 |
Color Harmonies of #489274
Complementary color
Monochromatic Colors of #489274
Black with #489274
Text Example
Text Example
White with #489274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489274; }
p { color: rgb(72,146,116); }
H1.HeaderClassName
{
color: #489274;
}
.AnyTagClassName
{
color: #489274;
}
</style>
background-color css
<style>
a { background-color: #489274; }
a { background-color: rgb(72,146,116); }
div.DivClassName
{
background-color: #489274;
}
.BgClassName
{
background-color: #489274;
}
</style>
border-color css
<style>
span { border-color: #489274; }
span { border-color: rgb(72,146,116); }
td.TdClassName
{
border-color: #489274;
}
.TagClassName
{
border-color: #489274;
}
</style>