Shades of Verdun Green #424A08
Tints of Verdun Green #424A08
RGB
CMYK
RGB Variations
Color information
#424A08 (or 0x424A08) is known color: Verdun Green. HEX triplet: 42, 4A and 08. RGB value is (66,74,8). Sum of RGB (Red+Green+Blue) = 66+74+8=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #424A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424A08 is #BDB5F7. Grayscale: #404040. Windows color (decimal): -12432888 or 543298. OLE color: 543298.
HSL color Cylindrical-coordinate representation of color #424A08: hue angle of 67.27º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #424A08 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 74 | 8 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.71 |
| HSL | 67.27º | 0.8% | 0.16% | - |
| HSV(B) | 67.27º | 0.89% | 0.29% | - |
| XYZ | 4.74 | 6.07 | 1.15 | - |
| YUV | 64.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 8 | 0.11 | 0 | 0.89 | 0.71 | 67.27 | 0.8 | 0.16 |
| Hex | 42 | 4A | 8 | B | 0 | 59 | 47 | 43 | 50 | 10 |
| Octal | 102 | 112 | 10 | 13 | 0 | 131 | 107 | 103 | 120 | 20 |
| Binary | 1000010 | 1001010 | 1000 | 1011 | 0 | 1011001 | 1000111 | 1000011 | 1010000 | 10000 |
Color Harmonies of #424A08
Complementary color
Monochromatic Colors of #424A08
Black with #424A08
Text Example
Text Example
White with #424A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A08; }
p { color: rgb(66,74,8); }
H1.HeaderClassName
{
color: #424A08;
}
.AnyTagClassName
{
color: #424A08;
}
</style>
background-color css
<style>
a { background-color: #424A08; }
a { background-color: rgb(66,74,8); }
div.DivClassName
{
background-color: #424A08;
}
.BgClassName
{
background-color: #424A08;
}
</style>
border-color css
<style>
span { border-color: #424A08; }
span { border-color: rgb(66,74,8); }
td.TdClassName
{
border-color: #424A08;
}
.TagClassName
{
border-color: #424A08;
}
</style>