Shades of Viridian #45836A
Tints of Viridian #45836A
RGB
CMYK
RGB Variations
Color information
#45836A (or 0x45836A) is known color: Viridian. HEX triplet: 45, 83 and 6A. RGB value is (69,131,106). Sum of RGB (Red+Green+Blue) = 69+131+106=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #45836A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45836A is #BA7C95. Grayscale: #6D6D6D. Windows color (decimal): -12221590 or 6980421. OLE color: 6980421.
HSL color Cylindrical-coordinate representation of color #45836A: hue angle of 155.81º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45836A is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 131 | 106 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.49 |
| HSL | 155.81º | 0.31% | 0.39% | - |
| HSV(B) | 155.81º | 0.47% | 0.51% | - |
| XYZ | 13.17 | 18.54 | 16.52 | - |
| YUV | 109.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 131 | 106 | 0.47 | 0 | 0.19 | 0.49 | 155.81 | 0.31 | 0.39 |
| Hex | 45 | 83 | 6A | 2F | 0 | 13 | 31 | 9C | 1F | 27 |
| Octal | 105 | 203 | 152 | 57 | 0 | 23 | 61 | 234 | 37 | 47 |
| Binary | 1000101 | 10000011 | 1101010 | 101111 | 0 | 10011 | 110001 | 10011100 | 11111 | 100111 |
Color Harmonies of #45836A
Complementary color
Monochromatic Colors of #45836A
Black with #45836A
Text Example
Text Example
White with #45836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45836A; }
p { color: rgb(69,131,106); }
H1.HeaderClassName
{
color: #45836A;
}
.AnyTagClassName
{
color: #45836A;
}
</style>
background-color css
<style>
a { background-color: #45836A; }
a { background-color: rgb(69,131,106); }
div.DivClassName
{
background-color: #45836A;
}
.BgClassName
{
background-color: #45836A;
}
</style>
border-color css
<style>
span { border-color: #45836A; }
span { border-color: rgb(69,131,106); }
td.TdClassName
{
border-color: #45836A;
}
.TagClassName
{
border-color: #45836A;
}
</style>