Shades of Verdun Green #454B19
Tints of Verdun Green #454B19
RGB
CMYK
RGB Variations
Color information
#454B19 (or 0x454B19) is known color: Verdun Green. HEX triplet: 45, 4B and 19. RGB value is (69,75,25). Sum of RGB (Red+Green+Blue) = 69+75+25=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #454B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454B19 is #BAB4E6. Grayscale: #434343. Windows color (decimal): -12236007 or 1657669. OLE color: 1657669.
HSL color Cylindrical-coordinate representation of color #454B19: hue angle of 67.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #454B19 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 75 | 25 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.71 |
| HSL | 67.2º | 0.5% | 0.2% | - |
| HSV(B) | 67.2º | 0.67% | 0.29% | - |
| XYZ | 5.15 | 6.37 | 1.88 | - |
| YUV | 67.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 25 | 0.08 | 0 | 0.67 | 0.71 | 67.2 | 0.5 | 0.2 |
| Hex | 45 | 4B | 19 | 8 | 0 | 43 | 47 | 43 | 32 | 14 |
| Octal | 105 | 113 | 31 | 10 | 0 | 103 | 107 | 103 | 62 | 24 |
| Binary | 1000101 | 1001011 | 11001 | 1000 | 0 | 1000011 | 1000111 | 1000011 | 110010 | 10100 |
Color Harmonies of #454B19
Complementary color
Monochromatic Colors of #454B19
Black with #454B19
Text Example
Text Example
White with #454B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B19; }
p { color: rgb(69,75,25); }
H1.HeaderClassName
{
color: #454B19;
}
.AnyTagClassName
{
color: #454B19;
}
</style>
background-color css
<style>
a { background-color: #454B19; }
a { background-color: rgb(69,75,25); }
div.DivClassName
{
background-color: #454B19;
}
.BgClassName
{
background-color: #454B19;
}
</style>
border-color css
<style>
span { border-color: #454B19; }
span { border-color: rgb(69,75,25); }
td.TdClassName
{
border-color: #454B19;
}
.TagClassName
{
border-color: #454B19;
}
</style>