Shades of Viridian #459173
Tints of Viridian #459173
RGB
CMYK
RGB Variations
Color information
#459173 (or 0x459173) is known color: Viridian. HEX triplet: 45, 91 and 73. RGB value is (69,145,115). Sum of RGB (Red+Green+Blue) = 69+145+115=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #459173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459173 is #BA6E8C. Grayscale: #767676. Windows color (decimal): -12217997 or 7573829. OLE color: 7573829.
HSL color Cylindrical-coordinate representation of color #459173: hue angle of 156.32º degrees, saturation: 0.36, 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 #459173 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 145 | 115 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.43 |
| HSL | 156.32º | 0.36% | 0.42% | - |
| HSV(B) | 156.32º | 0.52% | 0.57% | - |
| XYZ | 15.67 | 22.75 | 19.79 | - |
| YUV | 118.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 145 | 115 | 0.52 | 0 | 0.21 | 0.43 | 156.32 | 0.36 | 0.42 |
| Hex | 45 | 91 | 73 | 34 | 0 | 15 | 2B | 9C | 24 | 2A |
| Octal | 105 | 221 | 163 | 64 | 0 | 25 | 53 | 234 | 44 | 52 |
| Binary | 1000101 | 10010001 | 1110011 | 110100 | 0 | 10101 | 101011 | 10011100 | 100100 | 101010 |
Color Harmonies of #459173
Complementary color
Monochromatic Colors of #459173
Black with #459173
Text Example
Text Example
White with #459173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459173; }
p { color: rgb(69,145,115); }
H1.HeaderClassName
{
color: #459173;
}
.AnyTagClassName
{
color: #459173;
}
</style>
background-color css
<style>
a { background-color: #459173; }
a { background-color: rgb(69,145,115); }
div.DivClassName
{
background-color: #459173;
}
.BgClassName
{
background-color: #459173;
}
</style>
border-color css
<style>
span { border-color: #459173; }
span { border-color: rgb(69,145,115); }
td.TdClassName
{
border-color: #459173;
}
.TagClassName
{
border-color: #459173;
}
</style>