Shades of Viridian #459172
Tints of Viridian #459172
RGB
CMYK
RGB Variations
Color information
#459172 (or 0x459172) is known color: Viridian. HEX triplet: 45, 91 and 72. RGB value is (69,145,114). Sum of RGB (Red+Green+Blue) = 69+145+114=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #459172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459172 is #BA6E8D. Grayscale: #767676. Windows color (decimal): -12217998 or 7508293. OLE color: 7508293.
HSL color Cylindrical-coordinate representation of color #459172: hue angle of 155.53º 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 #459172 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 145 | 114 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.43 |
| HSL | 155.53º | 0.36% | 0.42% | - |
| HSV(B) | 155.53º | 0.52% | 0.57% | - |
| XYZ | 15.62 | 22.73 | 19.48 | - |
| YUV | 118.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 145 | 114 | 0.52 | 0 | 0.21 | 0.43 | 155.53 | 0.36 | 0.42 |
| Hex | 45 | 91 | 72 | 34 | 0 | 15 | 2B | 9C | 24 | 2A |
| Octal | 105 | 221 | 162 | 64 | 0 | 25 | 53 | 234 | 44 | 52 |
| Binary | 1000101 | 10010001 | 1110010 | 110100 | 0 | 10101 | 101011 | 10011100 | 100100 | 101010 |
Color Harmonies of #459172
Complementary color
Monochromatic Colors of #459172
Black with #459172
Text Example
Text Example
White with #459172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459172; }
p { color: rgb(69,145,114); }
H1.HeaderClassName
{
color: #459172;
}
.AnyTagClassName
{
color: #459172;
}
</style>
background-color css
<style>
a { background-color: #459172; }
a { background-color: rgb(69,145,114); }
div.DivClassName
{
background-color: #459172;
}
.BgClassName
{
background-color: #459172;
}
</style>
border-color css
<style>
span { border-color: #459172; }
span { border-color: rgb(69,145,114); }
td.TdClassName
{
border-color: #459172;
}
.TagClassName
{
border-color: #459172;
}
</style>