Shades of Verdun Green #45521A
Tints of Verdun Green #45521A
RGB
CMYK
RGB Variations
Color information
#45521A (or 0x45521A) is known color: Verdun Green. HEX triplet: 45, 52 and 1A. RGB value is (69,82,26). Sum of RGB (Red+Green+Blue) = 69+82+26=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #45521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45521A is #BAADE5. Grayscale: #474747. Windows color (decimal): -12234214 or 1724997. OLE color: 1724997.
HSL color Cylindrical-coordinate representation of color #45521A: hue angle of 73.93º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45521A is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 82 | 26 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.68 |
| HSL | 73.93º | 0.52% | 0.21% | - |
| HSV(B) | 73.93º | 0.68% | 0.32% | - |
| XYZ | 5.66 | 7.37 | 2.1 | - |
| YUV | 71.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 26 | 0.16 | 0 | 0.68 | 0.68 | 73.93 | 0.52 | 0.21 |
| Hex | 45 | 52 | 1A | 10 | 0 | 44 | 44 | 4A | 34 | 15 |
| Octal | 105 | 122 | 32 | 20 | 0 | 104 | 104 | 112 | 64 | 25 |
| Binary | 1000101 | 1010010 | 11010 | 10000 | 0 | 1000100 | 1000100 | 1001010 | 110100 | 10101 |
Color Harmonies of #45521A
Complementary color
Monochromatic Colors of #45521A
Black with #45521A
Text Example
Text Example
White with #45521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45521A; }
p { color: rgb(69,82,26); }
H1.HeaderClassName
{
color: #45521A;
}
.AnyTagClassName
{
color: #45521A;
}
</style>
background-color css
<style>
a { background-color: #45521A; }
a { background-color: rgb(69,82,26); }
div.DivClassName
{
background-color: #45521A;
}
.BgClassName
{
background-color: #45521A;
}
</style>
border-color css
<style>
span { border-color: #45521A; }
span { border-color: rgb(69,82,26); }
td.TdClassName
{
border-color: #45521A;
}
.TagClassName
{
border-color: #45521A;
}
</style>