Shades of Verdun Green #45551B
Tints of Verdun Green #45551B
RGB
CMYK
RGB Variations
Color information
#45551B (or 0x45551B) is known color: Verdun Green. HEX triplet: 45, 55 and 1B. RGB value is (69,85,27). Sum of RGB (Red+Green+Blue) = 69+85+27=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #45551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45551B is #BAAAE4. Grayscale: #494949. Windows color (decimal): -12233445 or 1791301. OLE color: 1791301.
HSL color Cylindrical-coordinate representation of color #45551B: hue angle of 76.55º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45551B is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 27 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.67 |
| HSL | 76.55º | 0.52% | 0.22% | - |
| HSV(B) | 76.55º | 0.68% | 0.33% | - |
| XYZ | 5.9 | 7.84 | 2.24 | - |
| YUV | 73.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 27 | 0.19 | 0 | 0.68 | 0.67 | 76.55 | 0.52 | 0.22 |
| Hex | 45 | 55 | 1B | 13 | 0 | 44 | 43 | 4D | 34 | 16 |
| Octal | 105 | 125 | 33 | 23 | 0 | 104 | 103 | 115 | 64 | 26 |
| Binary | 1000101 | 1010101 | 11011 | 10011 | 0 | 1000100 | 1000011 | 1001101 | 110100 | 10110 |
Color Harmonies of #45551B
Complementary color
Monochromatic Colors of #45551B
Black with #45551B
Text Example
Text Example
White with #45551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45551B; }
p { color: rgb(69,85,27); }
H1.HeaderClassName
{
color: #45551B;
}
.AnyTagClassName
{
color: #45551B;
}
</style>
background-color css
<style>
a { background-color: #45551B; }
a { background-color: rgb(69,85,27); }
div.DivClassName
{
background-color: #45551B;
}
.BgClassName
{
background-color: #45551B;
}
</style>
border-color css
<style>
span { border-color: #45551B; }
span { border-color: rgb(69,85,27); }
td.TdClassName
{
border-color: #45551B;
}
.TagClassName
{
border-color: #45551B;
}
</style>