Shades of Viridian #45906F
Tints of Viridian #45906F
RGB
CMYK
RGB Variations
Color information
#45906F (or 0x45906F) is known color: Viridian. HEX triplet: 45, 90 and 6F. RGB value is (69,144,111). Sum of RGB (Red+Green+Blue) = 69+144+111=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #45906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45906F is #BA6F90. Grayscale: #757575. Windows color (decimal): -12218257 or 7311429. OLE color: 7311429.
HSL color Cylindrical-coordinate representation of color #45906F: hue angle of 153.6º 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 #45906F is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 144 | 111 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.44 |
| HSL | 153.6º | 0.35% | 0.42% | - |
| HSV(B) | 153.6º | 0.52% | 0.56% | - |
| XYZ | 15.3 | 22.36 | 18.55 | - |
| YUV | 117.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 111 | 0.52 | 0 | 0.23 | 0.44 | 153.6 | 0.35 | 0.42 |
| Hex | 45 | 90 | 6F | 34 | 0 | 17 | 2C | 9A | 23 | 2A |
| Octal | 105 | 220 | 157 | 64 | 0 | 27 | 54 | 232 | 43 | 52 |
| Binary | 1000101 | 10010000 | 1101111 | 110100 | 0 | 10111 | 101100 | 10011010 | 100011 | 101010 |
Color Harmonies of #45906F
Complementary color
Monochromatic Colors of #45906F
Black with #45906F
Text Example
Text Example
White with #45906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45906F; }
p { color: rgb(69,144,111); }
H1.HeaderClassName
{
color: #45906F;
}
.AnyTagClassName
{
color: #45906F;
}
</style>
background-color css
<style>
a { background-color: #45906F; }
a { background-color: rgb(69,144,111); }
div.DivClassName
{
background-color: #45906F;
}
.BgClassName
{
background-color: #45906F;
}
</style>
border-color css
<style>
span { border-color: #45906F; }
span { border-color: rgb(69,144,111); }
td.TdClassName
{
border-color: #45906F;
}
.TagClassName
{
border-color: #45906F;
}
</style>