Shades of Verdun Green #424505
Tints of Verdun Green #424505
RGB
CMYK
RGB Variations
Color information
#424505 (or 0x424505) is known color: Verdun Green. HEX triplet: 42, 45 and 05. RGB value is (66,69,5). Sum of RGB (Red+Green+Blue) = 66+69+5=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #424505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424505 is #BDBAFA. Grayscale: #3D3D3D. Windows color (decimal): -12434171 or 345410. OLE color: 345410.
HSL color Cylindrical-coordinate representation of color #424505: hue angle of 62.81º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #424505 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 69 | 5 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.73 |
| HSL | 62.81º | 0.86% | 0.15% | - |
| HSV(B) | 62.81º | 0.93% | 0.27% | - |
| XYZ | 4.4 | 5.43 | 0.96 | - |
| YUV | 60.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 5 | 0.04 | 0 | 0.93 | 0.73 | 62.81 | 0.86 | 0.15 |
| Hex | 42 | 45 | 5 | 4 | 0 | 5D | 49 | 3F | 56 | F |
| Octal | 102 | 105 | 5 | 4 | 0 | 135 | 111 | 77 | 126 | 17 |
| Binary | 1000010 | 1000101 | 101 | 100 | 0 | 1011101 | 1001001 | 111111 | 1010110 | 1111 |
Color Harmonies of #424505
Complementary color
Monochromatic Colors of #424505
Black with #424505
Text Example
Text Example
White with #424505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424505; }
p { color: rgb(66,69,5); }
H1.HeaderClassName
{
color: #424505;
}
.AnyTagClassName
{
color: #424505;
}
</style>
background-color css
<style>
a { background-color: #424505; }
a { background-color: rgb(66,69,5); }
div.DivClassName
{
background-color: #424505;
}
.BgClassName
{
background-color: #424505;
}
</style>
border-color css
<style>
span { border-color: #424505; }
span { border-color: rgb(66,69,5); }
td.TdClassName
{
border-color: #424505;
}
.TagClassName
{
border-color: #424505;
}
</style>