Shades of Verdun Green #424308
Tints of Verdun Green #424308
RGB
CMYK
RGB Variations
Color information
#424308 (or 0x424308) is known color: Verdun Green. HEX triplet: 42, 43 and 08. RGB value is (66,67,8). Sum of RGB (Red+Green+Blue) = 66+67+8=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #424308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424308 is #BDBCF7. Grayscale: #3C3C3C. Windows color (decimal): -12434680 or 541506. OLE color: 541506.
HSL color Cylindrical-coordinate representation of color #424308: hue angle of 61.02º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #424308 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 8 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.74 |
| HSL | 61.02º | 0.79% | 0.15% | - |
| HSV(B) | 61.02º | 0.88% | 0.26% | - |
| XYZ | 4.3 | 5.19 | 1.01 | - |
| YUV | 59.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 8 | 0.01 | 0 | 0.88 | 0.74 | 61.02 | 0.79 | 0.15 |
| Hex | 42 | 43 | 8 | 1 | 0 | 58 | 4A | 3D | 4F | F |
| Octal | 102 | 103 | 10 | 1 | 0 | 130 | 112 | 75 | 117 | 17 |
| Binary | 1000010 | 1000011 | 1000 | 1 | 0 | 1011000 | 1001010 | 111101 | 1001111 | 1111 |
Color Harmonies of #424308
Complementary color
Monochromatic Colors of #424308
Black with #424308
Text Example
Text Example
White with #424308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424308; }
p { color: rgb(66,67,8); }
H1.HeaderClassName
{
color: #424308;
}
.AnyTagClassName
{
color: #424308;
}
</style>
background-color css
<style>
a { background-color: #424308; }
a { background-color: rgb(66,67,8); }
div.DivClassName
{
background-color: #424308;
}
.BgClassName
{
background-color: #424308;
}
</style>
border-color css
<style>
span { border-color: #424308; }
span { border-color: rgb(66,67,8); }
td.TdClassName
{
border-color: #424308;
}
.TagClassName
{
border-color: #424308;
}
</style>