Shades of Verdun Green #424306
Tints of Verdun Green #424306
RGB
CMYK
RGB Variations
Color information
#424306 (or 0x424306) is known color: Verdun Green. HEX triplet: 42, 43 and 06. RGB value is (66,67,6). Sum of RGB (Red+Green+Blue) = 66+67+6=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #424306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424306 is #BDBCF9. Grayscale: #3B3B3B. Windows color (decimal): -12434682 or 410434. OLE color: 410434.
HSL color Cylindrical-coordinate representation of color #424306: hue angle of 60.98º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #424306 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 6 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.74 |
| HSL | 60.98º | 0.84% | 0.14% | - |
| HSV(B) | 60.98º | 0.91% | 0.26% | - |
| XYZ | 4.29 | 5.19 | 0.95 | - |
| YUV | 59.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 6 | 0.01 | 0 | 0.91 | 0.74 | 60.98 | 0.84 | 0.14 |
| Hex | 42 | 43 | 6 | 1 | 0 | 5B | 4A | 3D | 54 | E |
| Octal | 102 | 103 | 6 | 1 | 0 | 133 | 112 | 75 | 124 | 16 |
| Binary | 1000010 | 1000011 | 110 | 1 | 0 | 1011011 | 1001010 | 111101 | 1010100 | 1110 |
Color Harmonies of #424306
Complementary color
Monochromatic Colors of #424306
Black with #424306
Text Example
Text Example
White with #424306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424306; }
p { color: rgb(66,67,6); }
H1.HeaderClassName
{
color: #424306;
}
.AnyTagClassName
{
color: #424306;
}
</style>
background-color css
<style>
a { background-color: #424306; }
a { background-color: rgb(66,67,6); }
div.DivClassName
{
background-color: #424306;
}
.BgClassName
{
background-color: #424306;
}
</style>
border-color css
<style>
span { border-color: #424306; }
span { border-color: rgb(66,67,6); }
td.TdClassName
{
border-color: #424306;
}
.TagClassName
{
border-color: #424306;
}
</style>