Shades of Verdun Green #455315
Tints of Verdun Green #455315
RGB
CMYK
RGB Variations
Color information
#455315 (or 0x455315) is known color: Verdun Green. HEX triplet: 45, 53 and 15. RGB value is (69,83,21). Sum of RGB (Red+Green+Blue) = 69+83+21=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #455315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455315 is #BAACEA. Grayscale: #474747. Windows color (decimal): -12233963 or 1397573. OLE color: 1397573.
HSL color Cylindrical-coordinate representation of color #455315: hue angle of 73.55º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #455315 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 21 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.67 |
| HSL | 73.55º | 0.6% | 0.2% | - |
| HSV(B) | 73.55º | 0.75% | 0.33% | - |
| XYZ | 5.68 | 7.51 | 1.86 | - |
| YUV | 71.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 21 | 0.17 | 0 | 0.75 | 0.67 | 73.55 | 0.6 | 0.2 |
| Hex | 45 | 53 | 15 | 11 | 0 | 4B | 43 | 4A | 3C | 14 |
| Octal | 105 | 123 | 25 | 21 | 0 | 113 | 103 | 112 | 74 | 24 |
| Binary | 1000101 | 1010011 | 10101 | 10001 | 0 | 1001011 | 1000011 | 1001010 | 111100 | 10100 |
Color Harmonies of #455315
Complementary color
Monochromatic Colors of #455315
Black with #455315
Text Example
Text Example
White with #455315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455315; }
p { color: rgb(69,83,21); }
H1.HeaderClassName
{
color: #455315;
}
.AnyTagClassName
{
color: #455315;
}
</style>
background-color css
<style>
a { background-color: #455315; }
a { background-color: rgb(69,83,21); }
div.DivClassName
{
background-color: #455315;
}
.BgClassName
{
background-color: #455315;
}
</style>
border-color css
<style>
span { border-color: #455315; }
span { border-color: rgb(69,83,21); }
td.TdClassName
{
border-color: #455315;
}
.TagClassName
{
border-color: #455315;
}
</style>