Shades of Viridian #45856D
Tints of Viridian #45856D
RGB
CMYK
RGB Variations
Color information
#45856D (or 0x45856D) is known color: Viridian. HEX triplet: 45, 85 and 6D. RGB value is (69,133,109). Sum of RGB (Red+Green+Blue) = 69+133+109=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #45856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45856D is #BA7A92. Grayscale: #6F6F6F. Windows color (decimal): -12221075 or 7177541. OLE color: 7177541.
HSL color Cylindrical-coordinate representation of color #45856D: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #45856D is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 133 | 109 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.48 |
| HSL | 157.5º | 0.32% | 0.4% | - |
| HSV(B) | 157.5º | 0.48% | 0.52% | - |
| XYZ | 13.6 | 19.14 | 17.45 | - |
| YUV | 111.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 109 | 0.48 | 0 | 0.18 | 0.48 | 157.5 | 0.32 | 0.4 |
| Hex | 45 | 85 | 6D | 30 | 0 | 12 | 30 | 9E | 20 | 28 |
| Octal | 105 | 205 | 155 | 60 | 0 | 22 | 60 | 236 | 40 | 50 |
| Binary | 1000101 | 10000101 | 1101101 | 110000 | 0 | 10010 | 110000 | 10011110 | 100000 | 101000 |
Color Harmonies of #45856D
Complementary color
Monochromatic Colors of #45856D
Black with #45856D
Text Example
Text Example
White with #45856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45856D; }
p { color: rgb(69,133,109); }
H1.HeaderClassName
{
color: #45856D;
}
.AnyTagClassName
{
color: #45856D;
}
</style>
background-color css
<style>
a { background-color: #45856D; }
a { background-color: rgb(69,133,109); }
div.DivClassName
{
background-color: #45856D;
}
.BgClassName
{
background-color: #45856D;
}
</style>
border-color css
<style>
span { border-color: #45856D; }
span { border-color: rgb(69,133,109); }
td.TdClassName
{
border-color: #45856D;
}
.TagClassName
{
border-color: #45856D;
}
</style>