Shades of Verdun Green #454B00
Tints of Verdun Green #454B00
RGB
CMYK
RGB Variations
Color information
#454B00 (or 0x454B00) is known color: Verdun Green. HEX triplet: 45, 4B and 00. RGB value is (69,75,0). Sum of RGB (Red+Green+Blue) = 69+75+0=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #454B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454B00 is #BAB4FF. Grayscale: #404040. Windows color (decimal): -12236032 or 19269. OLE color: 19269.
HSL color Cylindrical-coordinate representation of color #454B00: hue angle of 64.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #454B00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 75 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.71 |
| HSL | 64.8º | 1% | 0.15% | - |
| HSV(B) | 64.8º | 1% | 0.29% | - |
| XYZ | 4.97 | 6.3 | 0.95 | - |
| YUV | 64.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 0 | 0.08 | 0 | 1 | 0.71 | 64.8 | 1 | 0.15 |
| Hex | 45 | 4B | 0 | 8 | 0 | 64 | 47 | 41 | 64 | F |
| Octal | 105 | 113 | 0 | 10 | 0 | 144 | 107 | 101 | 144 | 17 |
| Binary | 1000101 | 1001011 | 0 | 1000 | 0 | 1100100 | 1000111 | 1000001 | 1100100 | 1111 |
Color Harmonies of #454B00
Complementary color
Monochromatic Colors of #454B00
Black with #454B00
Text Example
Text Example
White with #454B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B00; }
p { color: rgb(69,75,0); }
H1.HeaderClassName
{
color: #454B00;
}
.AnyTagClassName
{
color: #454B00;
}
</style>
background-color css
<style>
a { background-color: #454B00; }
a { background-color: rgb(69,75,0); }
div.DivClassName
{
background-color: #454B00;
}
.BgClassName
{
background-color: #454B00;
}
</style>
border-color css
<style>
span { border-color: #454B00; }
span { border-color: rgb(69,75,0); }
td.TdClassName
{
border-color: #454B00;
}
.TagClassName
{
border-color: #454B00;
}
</style>