Shades of Viridian #45906D
Tints of Viridian #45906D
RGB
CMYK
RGB Variations
Color information
#45906D (or 0x45906D) is known color: Viridian. HEX triplet: 45, 90 and 6D. RGB value is (69,144,109). Sum of RGB (Red+Green+Blue) = 69+144+109=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #45906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45906D is #BA6F92. Grayscale: #757575. Windows color (decimal): -12218259 or 7180357. OLE color: 7180357.
HSL color Cylindrical-coordinate representation of color #45906D: hue angle of 152º 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 #45906D is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 144 | 109 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.44 |
| HSL | 152º | 0.35% | 0.42% | - |
| HSV(B) | 152º | 0.52% | 0.56% | - |
| XYZ | 15.19 | 22.32 | 17.97 | - |
| YUV | 117.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 109 | 0.52 | 0 | 0.24 | 0.44 | 152 | 0.35 | 0.42 |
| Hex | 45 | 90 | 6D | 34 | 0 | 18 | 2C | 98 | 23 | 2A |
| Octal | 105 | 220 | 155 | 64 | 0 | 30 | 54 | 230 | 43 | 52 |
| Binary | 1000101 | 10010000 | 1101101 | 110100 | 0 | 11000 | 101100 | 10011000 | 100011 | 101010 |
Color Harmonies of #45906D
Complementary color
Monochromatic Colors of #45906D
Black with #45906D
Text Example
Text Example
White with #45906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45906D; }
p { color: rgb(69,144,109); }
H1.HeaderClassName
{
color: #45906D;
}
.AnyTagClassName
{
color: #45906D;
}
</style>
background-color css
<style>
a { background-color: #45906D; }
a { background-color: rgb(69,144,109); }
div.DivClassName
{
background-color: #45906D;
}
.BgClassName
{
background-color: #45906D;
}
</style>
border-color css
<style>
span { border-color: #45906D; }
span { border-color: rgb(69,144,109); }
td.TdClassName
{
border-color: #45906D;
}
.TagClassName
{
border-color: #45906D;
}
</style>