Shades of Verdun Green #45501C
Tints of Verdun Green #45501C
RGB
CMYK
RGB Variations
Color information
#45501C (or 0x45501C) is known color: Verdun Green. HEX triplet: 45, 50 and 1C. RGB value is (69,80,28). Sum of RGB (Red+Green+Blue) = 69+80+28=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #45501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45501C is #BAAFE3. Grayscale: #464646. Windows color (decimal): -12234724 or 1855557. OLE color: 1855557.
HSL color Cylindrical-coordinate representation of color #45501C: hue angle of 72.69º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45501C is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 28 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.69 |
| HSL | 72.69º | 0.48% | 0.21% | - |
| HSV(B) | 72.69º | 0.65% | 0.31% | - |
| XYZ | 5.53 | 7.09 | 2.17 | - |
| YUV | 70.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 28 | 0.14 | 0 | 0.65 | 0.69 | 72.69 | 0.48 | 0.21 |
| Hex | 45 | 50 | 1C | E | 0 | 41 | 45 | 49 | 30 | 15 |
| Octal | 105 | 120 | 34 | 16 | 0 | 101 | 105 | 111 | 60 | 25 |
| Binary | 1000101 | 1010000 | 11100 | 1110 | 0 | 1000001 | 1000101 | 1001001 | 110000 | 10101 |
Color Harmonies of #45501C
Complementary color
Monochromatic Colors of #45501C
Black with #45501C
Text Example
Text Example
White with #45501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45501C; }
p { color: rgb(69,80,28); }
H1.HeaderClassName
{
color: #45501C;
}
.AnyTagClassName
{
color: #45501C;
}
</style>
background-color css
<style>
a { background-color: #45501C; }
a { background-color: rgb(69,80,28); }
div.DivClassName
{
background-color: #45501C;
}
.BgClassName
{
background-color: #45501C;
}
</style>
border-color css
<style>
span { border-color: #45501C; }
span { border-color: rgb(69,80,28); }
td.TdClassName
{
border-color: #45501C;
}
.TagClassName
{
border-color: #45501C;
}
</style>