Shades of Verdun Green #45531A
Tints of Verdun Green #45531A
RGB
CMYK
RGB Variations
Color information
#45531A (or 0x45531A) is known color: Verdun Green. HEX triplet: 45, 53 and 1A. RGB value is (69,83,26). Sum of RGB (Red+Green+Blue) = 69+83+26=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #45531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45531A is #BAACE5. Grayscale: #484848. Windows color (decimal): -12233958 or 1725253. OLE color: 1725253.
HSL color Cylindrical-coordinate representation of color #45531A: hue angle of 74.74º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45531A is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 26 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.67 |
| HSL | 74.74º | 0.52% | 0.21% | - |
| HSV(B) | 74.74º | 0.69% | 0.33% | - |
| XYZ | 5.73 | 7.53 | 2.13 | - |
| YUV | 72.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 26 | 0.17 | 0 | 0.69 | 0.67 | 74.74 | 0.52 | 0.21 |
| Hex | 45 | 53 | 1A | 11 | 0 | 45 | 43 | 4B | 34 | 15 |
| Octal | 105 | 123 | 32 | 21 | 0 | 105 | 103 | 113 | 64 | 25 |
| Binary | 1000101 | 1010011 | 11010 | 10001 | 0 | 1000101 | 1000011 | 1001011 | 110100 | 10101 |
Color Harmonies of #45531A
Complementary color
Monochromatic Colors of #45531A
Black with #45531A
Text Example
Text Example
White with #45531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45531A; }
p { color: rgb(69,83,26); }
H1.HeaderClassName
{
color: #45531A;
}
.AnyTagClassName
{
color: #45531A;
}
</style>
background-color css
<style>
a { background-color: #45531A; }
a { background-color: rgb(69,83,26); }
div.DivClassName
{
background-color: #45531A;
}
.BgClassName
{
background-color: #45531A;
}
</style>
border-color css
<style>
span { border-color: #45531A; }
span { border-color: rgb(69,83,26); }
td.TdClassName
{
border-color: #45531A;
}
.TagClassName
{
border-color: #45531A;
}
</style>