Shades of Verdun Green #454B0B
Tints of Verdun Green #454B0B
RGB
CMYK
RGB Variations
Color information
#454B0B (or 0x454B0B) is known color: Verdun Green. HEX triplet: 45, 4B and 0B. RGB value is (69,75,11). Sum of RGB (Red+Green+Blue) = 69+75+11=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #454B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454B0B is #BAB4F4. Grayscale: #424242. Windows color (decimal): -12236021 or 740165. OLE color: 740165.
HSL color Cylindrical-coordinate representation of color #454B0B: hue angle of 65.62º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #454B0B is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 75 | 11 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.71 |
| HSL | 65.63º | 0.74% | 0.17% | - |
| HSV(B) | 65.63º | 0.85% | 0.29% | - |
| XYZ | 5.03 | 6.32 | 1.27 | - |
| YUV | 65.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 11 | 0.08 | 0 | 0.85 | 0.71 | 65.63 | 0.74 | 0.17 |
| Hex | 45 | 4B | B | 8 | 0 | 55 | 47 | 42 | 4A | 11 |
| Octal | 105 | 113 | 13 | 10 | 0 | 125 | 107 | 102 | 112 | 21 |
| Binary | 1000101 | 1001011 | 1011 | 1000 | 0 | 1010101 | 1000111 | 1000010 | 1001010 | 10001 |
Color Harmonies of #454B0B
Complementary color
Monochromatic Colors of #454B0B
Black with #454B0B
Text Example
Text Example
White with #454B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B0B; }
p { color: rgb(69,75,11); }
H1.HeaderClassName
{
color: #454B0B;
}
.AnyTagClassName
{
color: #454B0B;
}
</style>
background-color css
<style>
a { background-color: #454B0B; }
a { background-color: rgb(69,75,11); }
div.DivClassName
{
background-color: #454B0B;
}
.BgClassName
{
background-color: #454B0B;
}
</style>
border-color css
<style>
span { border-color: #454B0B; }
span { border-color: rgb(69,75,11); }
td.TdClassName
{
border-color: #454B0B;
}
.TagClassName
{
border-color: #454B0B;
}
</style>