Shades of Viridian #45896A
Tints of Viridian #45896A
RGB
CMYK
RGB Variations
Color information
#45896A (or 0x45896A) is known color: Viridian. HEX triplet: 45, 89 and 6A. RGB value is (69,137,106). Sum of RGB (Red+Green+Blue) = 69+137+106=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #45896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45896A is #BA7695. Grayscale: #717171. Windows color (decimal): -12220054 or 6981957. OLE color: 6981957.
HSL color Cylindrical-coordinate representation of color #45896A: hue angle of 152.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45896A is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 137 | 106 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.46 |
| HSL | 152.65º | 0.33% | 0.4% | - |
| HSV(B) | 152.65º | 0.5% | 0.54% | - |
| XYZ | 14 | 20.2 | 16.8 | - |
| YUV | 113.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 106 | 0.50 | 0 | 0.23 | 0.46 | 152.65 | 0.33 | 0.4 |
| Hex | 45 | 89 | 6A | 32 | 0 | 17 | 2E | 99 | 21 | 28 |
| Octal | 105 | 211 | 152 | 62 | 0 | 27 | 56 | 231 | 41 | 50 |
| Binary | 1000101 | 10001001 | 1101010 | 110010 | 0 | 10111 | 101110 | 10011001 | 100001 | 101000 |
Color Harmonies of #45896A
Complementary color
Monochromatic Colors of #45896A
Black with #45896A
Text Example
Text Example
White with #45896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45896A; }
p { color: rgb(69,137,106); }
H1.HeaderClassName
{
color: #45896A;
}
.AnyTagClassName
{
color: #45896A;
}
</style>
background-color css
<style>
a { background-color: #45896A; }
a { background-color: rgb(69,137,106); }
div.DivClassName
{
background-color: #45896A;
}
.BgClassName
{
background-color: #45896A;
}
</style>
border-color css
<style>
span { border-color: #45896A; }
span { border-color: rgb(69,137,106); }
td.TdClassName
{
border-color: #45896A;
}
.TagClassName
{
border-color: #45896A;
}
</style>