Shades of Verdun Green #45531B
Tints of Verdun Green #45531B
RGB
CMYK
RGB Variations
Color information
#45531B (or 0x45531B) is known color: Verdun Green. HEX triplet: 45, 53 and 1B. RGB value is (69,83,27). Sum of RGB (Red+Green+Blue) = 69+83+27=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #45531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45531B is #BAACE4. Grayscale: #484848. Windows color (decimal): -12233957 or 1790789. OLE color: 1790789.
HSL color Cylindrical-coordinate representation of color #45531B: hue angle of 75º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45531B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 27 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.67 |
| HSL | 75º | 0.51% | 0.22% | - |
| HSV(B) | 75º | 0.67% | 0.33% | - |
| XYZ | 5.75 | 7.53 | 2.19 | - |
| YUV | 72.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 27 | 0.17 | 0 | 0.67 | 0.67 | 75 | 0.51 | 0.22 |
| Hex | 45 | 53 | 1B | 11 | 0 | 43 | 43 | 4B | 33 | 16 |
| Octal | 105 | 123 | 33 | 21 | 0 | 103 | 103 | 113 | 63 | 26 |
| Binary | 1000101 | 1010011 | 11011 | 10001 | 0 | 1000011 | 1000011 | 1001011 | 110011 | 10110 |
Color Harmonies of #45531B
Complementary color
Monochromatic Colors of #45531B
Black with #45531B
Text Example
Text Example
White with #45531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45531B; }
p { color: rgb(69,83,27); }
H1.HeaderClassName
{
color: #45531B;
}
.AnyTagClassName
{
color: #45531B;
}
</style>
background-color css
<style>
a { background-color: #45531B; }
a { background-color: rgb(69,83,27); }
div.DivClassName
{
background-color: #45531B;
}
.BgClassName
{
background-color: #45531B;
}
</style>
border-color css
<style>
span { border-color: #45531B; }
span { border-color: rgb(69,83,27); }
td.TdClassName
{
border-color: #45531B;
}
.TagClassName
{
border-color: #45531B;
}
</style>