Shades of Verdun Green #454B15
Tints of Verdun Green #454B15
RGB
CMYK
RGB Variations
Color information
#454B15 (or 0x454B15) is known color: Verdun Green. HEX triplet: 45, 4B and 15. RGB value is (69,75,21). Sum of RGB (Red+Green+Blue) = 69+75+21=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #454B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454B15 is #BAB4EA. Grayscale: #434343. Windows color (decimal): -12236011 or 1395525. OLE color: 1395525.
HSL color Cylindrical-coordinate representation of color #454B15: hue angle of 66.67º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #454B15 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 75 | 21 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.71 |
| HSL | 66.67º | 0.56% | 0.19% | - |
| HSV(B) | 66.67º | 0.72% | 0.29% | - |
| XYZ | 5.11 | 6.35 | 1.67 | - |
| YUV | 67.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 21 | 0.08 | 0 | 0.72 | 0.71 | 66.67 | 0.56 | 0.19 |
| Hex | 45 | 4B | 15 | 8 | 0 | 48 | 47 | 43 | 38 | 13 |
| Octal | 105 | 113 | 25 | 10 | 0 | 110 | 107 | 103 | 70 | 23 |
| Binary | 1000101 | 1001011 | 10101 | 1000 | 0 | 1001000 | 1000111 | 1000011 | 111000 | 10011 |
Color Harmonies of #454B15
Complementary color
Monochromatic Colors of #454B15
Black with #454B15
Text Example
Text Example
White with #454B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B15; }
p { color: rgb(69,75,21); }
H1.HeaderClassName
{
color: #454B15;
}
.AnyTagClassName
{
color: #454B15;
}
</style>
background-color css
<style>
a { background-color: #454B15; }
a { background-color: rgb(69,75,21); }
div.DivClassName
{
background-color: #454B15;
}
.BgClassName
{
background-color: #454B15;
}
</style>
border-color css
<style>
span { border-color: #454B15; }
span { border-color: rgb(69,75,21); }
td.TdClassName
{
border-color: #454B15;
}
.TagClassName
{
border-color: #454B15;
}
</style>