Shades of Viridian #469272
Tints of Viridian #469272
RGB
CMYK
RGB Variations
Color information
#469272 (or 0x469272) is known color: Viridian. HEX triplet: 46, 92 and 72. RGB value is (70,146,114). Sum of RGB (Red+Green+Blue) = 70+146+114=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #469272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469272 is #B96D8D. Grayscale: #777777. Windows color (decimal): -12152206 or 7508550. OLE color: 7508550.
HSL color Cylindrical-coordinate representation of color #469272: hue angle of 154.74º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469272 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 146 | 114 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.43 |
| HSL | 154.74º | 0.35% | 0.42% | - |
| HSV(B) | 154.74º | 0.52% | 0.57% | - |
| XYZ | 15.84 | 23.07 | 19.54 | - |
| YUV | 119.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 114 | 0.52 | 0 | 0.22 | 0.43 | 154.74 | 0.35 | 0.42 |
| Hex | 46 | 92 | 72 | 34 | 0 | 16 | 2B | 9B | 23 | 2A |
| Octal | 106 | 222 | 162 | 64 | 0 | 26 | 53 | 233 | 43 | 52 |
| Binary | 1000110 | 10010010 | 1110010 | 110100 | 0 | 10110 | 101011 | 10011011 | 100011 | 101010 |
Color Harmonies of #469272
Complementary color
Monochromatic Colors of #469272
Black with #469272
Text Example
Text Example
White with #469272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469272; }
p { color: rgb(70,146,114); }
H1.HeaderClassName
{
color: #469272;
}
.AnyTagClassName
{
color: #469272;
}
</style>
background-color css
<style>
a { background-color: #469272; }
a { background-color: rgb(70,146,114); }
div.DivClassName
{
background-color: #469272;
}
.BgClassName
{
background-color: #469272;
}
</style>
border-color css
<style>
span { border-color: #469272; }
span { border-color: rgb(70,146,114); }
td.TdClassName
{
border-color: #469272;
}
.TagClassName
{
border-color: #469272;
}
</style>