Shades of Viridian #459073
Tints of Viridian #459073
RGB
CMYK
RGB Variations
Color information
#459073 (or 0x459073) is known color: Viridian. HEX triplet: 45, 90 and 73. RGB value is (69,144,115). Sum of RGB (Red+Green+Blue) = 69+144+115=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #459073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459073 is #BA6F8C. Grayscale: #767676. Windows color (decimal): -12218253 or 7573573. OLE color: 7573573.
HSL color Cylindrical-coordinate representation of color #459073: hue angle of 156.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #459073 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 144 | 115 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.44 |
| HSL | 156.8º | 0.35% | 0.42% | - |
| HSV(B) | 156.8º | 0.52% | 0.56% | - |
| XYZ | 15.52 | 22.45 | 19.73 | - |
| YUV | 118.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 115 | 0.52 | 0 | 0.20 | 0.44 | 156.8 | 0.35 | 0.42 |
| Hex | 45 | 90 | 73 | 34 | 0 | 14 | 2C | 9D | 23 | 2A |
| Octal | 105 | 220 | 163 | 64 | 0 | 24 | 54 | 235 | 43 | 52 |
| Binary | 1000101 | 10010000 | 1110011 | 110100 | 0 | 10100 | 101100 | 10011101 | 100011 | 101010 |
Color Harmonies of #459073
Complementary color
Monochromatic Colors of #459073
Black with #459073
Text Example
Text Example
White with #459073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459073; }
p { color: rgb(69,144,115); }
H1.HeaderClassName
{
color: #459073;
}
.AnyTagClassName
{
color: #459073;
}
</style>
background-color css
<style>
a { background-color: #459073; }
a { background-color: rgb(69,144,115); }
div.DivClassName
{
background-color: #459073;
}
.BgClassName
{
background-color: #459073;
}
</style>
border-color css
<style>
span { border-color: #459073; }
span { border-color: rgb(69,144,115); }
td.TdClassName
{
border-color: #459073;
}
.TagClassName
{
border-color: #459073;
}
</style>