Shades of Verdun Green #454B10
Tints of Verdun Green #454B10
RGB
CMYK
RGB Variations
Color information
#454B10 (or 0x454B10) is known color: Verdun Green. HEX triplet: 45, 4B and 10. RGB value is (69,75,16). Sum of RGB (Red+Green+Blue) = 69+75+16=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #454B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454B10 is #BAB4EF. Grayscale: #424242. Windows color (decimal): -12236016 or 1067845. OLE color: 1067845.
HSL color Cylindrical-coordinate representation of color #454B10: hue angle of 66.1º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #454B10 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 75 | 16 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.71 |
| HSL | 66.1º | 0.65% | 0.18% | - |
| HSV(B) | 66.1º | 0.79% | 0.29% | - |
| XYZ | 5.06 | 6.33 | 1.45 | - |
| YUV | 66.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 16 | 0.08 | 0 | 0.79 | 0.71 | 66.1 | 0.65 | 0.18 |
| Hex | 45 | 4B | 10 | 8 | 0 | 4F | 47 | 42 | 41 | 12 |
| Octal | 105 | 113 | 20 | 10 | 0 | 117 | 107 | 102 | 101 | 22 |
| Binary | 1000101 | 1001011 | 10000 | 1000 | 0 | 1001111 | 1000111 | 1000010 | 1000001 | 10010 |
Color Harmonies of #454B10
Complementary color
Monochromatic Colors of #454B10
Black with #454B10
Text Example
Text Example
White with #454B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B10; }
p { color: rgb(69,75,16); }
H1.HeaderClassName
{
color: #454B10;
}
.AnyTagClassName
{
color: #454B10;
}
</style>
background-color css
<style>
a { background-color: #454B10; }
a { background-color: rgb(69,75,16); }
div.DivClassName
{
background-color: #454B10;
}
.BgClassName
{
background-color: #454B10;
}
</style>
border-color css
<style>
span { border-color: #454B10; }
span { border-color: rgb(69,75,16); }
td.TdClassName
{
border-color: #454B10;
}
.TagClassName
{
border-color: #454B10;
}
</style>