Shades of Verdun Green #454D1A
Tints of Verdun Green #454D1A
RGB
CMYK
RGB Variations
Color information
#454D1A (or 0x454D1A) is known color: Verdun Green. HEX triplet: 45, 4D and 1A. RGB value is (69,77,26). Sum of RGB (Red+Green+Blue) = 69+77+26=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #454D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D1A is #BAB2E5. Grayscale: #444444. Windows color (decimal): -12235494 or 1723717. OLE color: 1723717.
HSL color Cylindrical-coordinate representation of color #454D1A: hue angle of 69.41º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #454D1A is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 77 | 26 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.70 |
| HSL | 69.41º | 0.5% | 0.2% | - |
| HSV(B) | 69.41º | 0.66% | 0.3% | - |
| XYZ | 5.29 | 6.65 | 1.98 | - |
| YUV | 68.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 26 | 0.10 | 0 | 0.66 | 0.70 | 69.41 | 0.5 | 0.2 |
| Hex | 45 | 4D | 1A | A | 0 | 42 | 46 | 45 | 32 | 14 |
| Octal | 105 | 115 | 32 | 12 | 0 | 102 | 106 | 105 | 62 | 24 |
| Binary | 1000101 | 1001101 | 11010 | 1010 | 0 | 1000010 | 1000110 | 1000101 | 110010 | 10100 |
Color Harmonies of #454D1A
Complementary color
Monochromatic Colors of #454D1A
Black with #454D1A
Text Example
Text Example
White with #454D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D1A; }
p { color: rgb(69,77,26); }
H1.HeaderClassName
{
color: #454D1A;
}
.AnyTagClassName
{
color: #454D1A;
}
</style>
background-color css
<style>
a { background-color: #454D1A; }
a { background-color: rgb(69,77,26); }
div.DivClassName
{
background-color: #454D1A;
}
.BgClassName
{
background-color: #454D1A;
}
</style>
border-color css
<style>
span { border-color: #454D1A; }
span { border-color: rgb(69,77,26); }
td.TdClassName
{
border-color: #454D1A;
}
.TagClassName
{
border-color: #454D1A;
}
</style>