Shades of Verdun Green #455513
Tints of Verdun Green #455513
RGB
CMYK
RGB Variations
Color information
#455513 (or 0x455513) is known color: Verdun Green. HEX triplet: 45, 55 and 13. RGB value is (69,85,19). Sum of RGB (Red+Green+Blue) = 69+85+19=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #455513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455513 is #BAAAEC. Grayscale: #484848. Windows color (decimal): -12233453 or 1267013. OLE color: 1267013.
HSL color Cylindrical-coordinate representation of color #455513: hue angle of 74.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #455513 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 19 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.67 |
| HSL | 74.55º | 0.63% | 0.2% | - |
| HSV(B) | 74.55º | 0.78% | 0.33% | - |
| XYZ | 5.82 | 7.81 | 1.82 | - |
| YUV | 72.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 19 | 0.19 | 0 | 0.78 | 0.67 | 74.55 | 0.63 | 0.2 |
| Hex | 45 | 55 | 13 | 13 | 0 | 4E | 43 | 4B | 3F | 14 |
| Octal | 105 | 125 | 23 | 23 | 0 | 116 | 103 | 113 | 77 | 24 |
| Binary | 1000101 | 1010101 | 10011 | 10011 | 0 | 1001110 | 1000011 | 1001011 | 111111 | 10100 |
Color Harmonies of #455513
Complementary color
Monochromatic Colors of #455513
Black with #455513
Text Example
Text Example
White with #455513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455513; }
p { color: rgb(69,85,19); }
H1.HeaderClassName
{
color: #455513;
}
.AnyTagClassName
{
color: #455513;
}
</style>
background-color css
<style>
a { background-color: #455513; }
a { background-color: rgb(69,85,19); }
div.DivClassName
{
background-color: #455513;
}
.BgClassName
{
background-color: #455513;
}
</style>
border-color css
<style>
span { border-color: #455513; }
span { border-color: rgb(69,85,19); }
td.TdClassName
{
border-color: #455513;
}
.TagClassName
{
border-color: #455513;
}
</style>