Shades of Viridian #45906C
Tints of Viridian #45906C
RGB
CMYK
RGB Variations
Color information
#45906C (or 0x45906C) is known color: Viridian. HEX triplet: 45, 90 and 6C. RGB value is (69,144,108). Sum of RGB (Red+Green+Blue) = 69+144+108=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #45906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45906C is #BA6F93. Grayscale: #757575. Windows color (decimal): -12218260 or 7114821. OLE color: 7114821.
HSL color Cylindrical-coordinate representation of color #45906C: hue angle of 151.2º 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 #45906C is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 144 | 108 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.44 |
| HSL | 151.2º | 0.35% | 0.42% | - |
| HSV(B) | 151.2º | 0.52% | 0.56% | - |
| XYZ | 15.13 | 22.29 | 17.69 | - |
| YUV | 117.47 | 122.65 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 108 | 0.52 | 0 | 0.25 | 0.44 | 151.2 | 0.35 | 0.42 |
| Hex | 45 | 90 | 6C | 34 | 0 | 19 | 2C | 97 | 23 | 2A |
| Octal | 105 | 220 | 154 | 64 | 0 | 31 | 54 | 227 | 43 | 52 |
| Binary | 1000101 | 10010000 | 1101100 | 110100 | 0 | 11001 | 101100 | 10010111 | 100011 | 101010 |
Color Harmonies of #45906C
Complementary color
Monochromatic Colors of #45906C
Black with #45906C
Text Example
Text Example
White with #45906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45906C; }
p { color: rgb(69,144,108); }
H1.HeaderClassName
{
color: #45906C;
}
.AnyTagClassName
{
color: #45906C;
}
</style>
background-color css
<style>
a { background-color: #45906C; }
a { background-color: rgb(69,144,108); }
div.DivClassName
{
background-color: #45906C;
}
.BgClassName
{
background-color: #45906C;
}
</style>
border-color css
<style>
span { border-color: #45906C; }
span { border-color: rgb(69,144,108); }
td.TdClassName
{
border-color: #45906C;
}
.TagClassName
{
border-color: #45906C;
}
</style>