Shades of Viridian #45886C
Tints of Viridian #45886C
RGB
CMYK
RGB Variations
Color information
#45886C (or 0x45886C) is known color: Viridian. HEX triplet: 45, 88 and 6C. RGB value is (69,136,108). Sum of RGB (Red+Green+Blue) = 69+136+108=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #45886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45886C is #BA7793. Grayscale: #707070. Windows color (decimal): -12220308 or 7112773. OLE color: 7112773.
HSL color Cylindrical-coordinate representation of color #45886C: hue angle of 154.93º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45886C is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 136 | 108 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.47 |
| HSL | 154.93º | 0.33% | 0.4% | - |
| HSV(B) | 154.93º | 0.49% | 0.53% | - |
| XYZ | 13.97 | 19.96 | 17.3 | - |
| YUV | 112.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 108 | 0.49 | 0 | 0.21 | 0.47 | 154.93 | 0.33 | 0.4 |
| Hex | 45 | 88 | 6C | 31 | 0 | 15 | 2F | 9B | 21 | 28 |
| Octal | 105 | 210 | 154 | 61 | 0 | 25 | 57 | 233 | 41 | 50 |
| Binary | 1000101 | 10001000 | 1101100 | 110001 | 0 | 10101 | 101111 | 10011011 | 100001 | 101000 |
Color Harmonies of #45886C
Complementary color
Monochromatic Colors of #45886C
Black with #45886C
Text Example
Text Example
White with #45886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45886C; }
p { color: rgb(69,136,108); }
H1.HeaderClassName
{
color: #45886C;
}
.AnyTagClassName
{
color: #45886C;
}
</style>
background-color css
<style>
a { background-color: #45886C; }
a { background-color: rgb(69,136,108); }
div.DivClassName
{
background-color: #45886C;
}
.BgClassName
{
background-color: #45886C;
}
</style>
border-color css
<style>
span { border-color: #45886C; }
span { border-color: rgb(69,136,108); }
td.TdClassName
{
border-color: #45886C;
}
.TagClassName
{
border-color: #45886C;
}
</style>