Shades of Verdun Green #45501B
Tints of Verdun Green #45501B
RGB
CMYK
RGB Variations
Color information
#45501B (or 0x45501B) is known color: Verdun Green. HEX triplet: 45, 50 and 1B. RGB value is (69,80,27). Sum of RGB (Red+Green+Blue) = 69+80+27=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #45501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45501B is #BAAFE4. Grayscale: #464646. Windows color (decimal): -12234725 or 1790021. OLE color: 1790021.
HSL color Cylindrical-coordinate representation of color #45501B: hue angle of 72.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45501B is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 27 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.69 |
| HSL | 72.45º | 0.5% | 0.21% | - |
| HSV(B) | 72.45º | 0.66% | 0.31% | - |
| XYZ | 5.52 | 7.08 | 2.11 | - |
| YUV | 70.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 27 | 0.14 | 0 | 0.66 | 0.69 | 72.45 | 0.5 | 0.21 |
| Hex | 45 | 50 | 1B | E | 0 | 42 | 45 | 48 | 32 | 15 |
| Octal | 105 | 120 | 33 | 16 | 0 | 102 | 105 | 110 | 62 | 25 |
| Binary | 1000101 | 1010000 | 11011 | 1110 | 0 | 1000010 | 1000101 | 1001000 | 110010 | 10101 |
Color Harmonies of #45501B
Complementary color
Monochromatic Colors of #45501B
Black with #45501B
Text Example
Text Example
White with #45501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45501B; }
p { color: rgb(69,80,27); }
H1.HeaderClassName
{
color: #45501B;
}
.AnyTagClassName
{
color: #45501B;
}
</style>
background-color css
<style>
a { background-color: #45501B; }
a { background-color: rgb(69,80,27); }
div.DivClassName
{
background-color: #45501B;
}
.BgClassName
{
background-color: #45501B;
}
</style>
border-color css
<style>
span { border-color: #45501B; }
span { border-color: rgb(69,80,27); }
td.TdClassName
{
border-color: #45501B;
}
.TagClassName
{
border-color: #45501B;
}
</style>