Shades of Viridian #45806A
Tints of Viridian #45806A
RGB
CMYK
RGB Variations
Color information
#45806A (or 0x45806A) is known color: Viridian. HEX triplet: 45, 80 and 6A. RGB value is (69,128,106). Sum of RGB (Red+Green+Blue) = 69+128+106=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #45806A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45806A is #BA7F95. Grayscale: #6B6B6B. Windows color (decimal): -12222358 or 6979653. OLE color: 6979653.
HSL color Cylindrical-coordinate representation of color #45806A: hue angle of 157.63º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45806A is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 128 | 106 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.50 |
| HSL | 157.63º | 0.3% | 0.39% | - |
| HSV(B) | 157.63º | 0.46% | 0.5% | - |
| XYZ | 12.77 | 17.74 | 16.39 | - |
| YUV | 107.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 106 | 0.46 | 0 | 0.17 | 0.50 | 157.63 | 0.3 | 0.39 |
| Hex | 45 | 80 | 6A | 2E | 0 | 11 | 32 | 9E | 1E | 27 |
| Octal | 105 | 200 | 152 | 56 | 0 | 21 | 62 | 236 | 36 | 47 |
| Binary | 1000101 | 10000000 | 1101010 | 101110 | 0 | 10001 | 110010 | 10011110 | 11110 | 100111 |
Color Harmonies of #45806A
Complementary color
Monochromatic Colors of #45806A
Black with #45806A
Text Example
Text Example
White with #45806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45806A; }
p { color: rgb(69,128,106); }
H1.HeaderClassName
{
color: #45806A;
}
.AnyTagClassName
{
color: #45806A;
}
</style>
background-color css
<style>
a { background-color: #45806A; }
a { background-color: rgb(69,128,106); }
div.DivClassName
{
background-color: #45806A;
}
.BgClassName
{
background-color: #45806A;
}
</style>
border-color css
<style>
span { border-color: #45806A; }
span { border-color: rgb(69,128,106); }
td.TdClassName
{
border-color: #45806A;
}
.TagClassName
{
border-color: #45806A;
}
</style>