Shades of Verdun Green #423F00
Tints of Verdun Green #423F00
RGB
CMYK
RGB Variations
Color information
#423F00 (or 0x423F00) is known color: Verdun Green. HEX triplet: 42, 3F and 00. RGB value is (66,63,0). Sum of RGB (Red+Green+Blue) = 66+63+0=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #423F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F00 is #BDC0FF. Grayscale: #383838. Windows color (decimal): -12435712 or 16194. OLE color: 16194.
HSL color Cylindrical-coordinate representation of color #423F00: hue angle of 57.27º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #423F00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.74 |
| HSL | 57.27º | 1% | 0.13% | - |
| HSV(B) | 57.27º | 1% | 0.26% | - |
| XYZ | 4.02 | 4.71 | 0.7 | - |
| YUV | 56.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 0 | 0 | 0.05 | 1 | 0.74 | 57.27 | 1 | 0.13 |
| Hex | 42 | 3F | 0 | 0 | 5 | 64 | 4A | 39 | 64 | D |
| Octal | 102 | 77 | 0 | 0 | 5 | 144 | 112 | 71 | 144 | 15 |
| Binary | 1000010 | 111111 | 0 | 0 | 101 | 1100100 | 1001010 | 111001 | 1100100 | 1101 |
Color Harmonies of #423F00
Complementary color
Monochromatic Colors of #423F00
Black with #423F00
Text Example
Text Example
White with #423F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F00; }
p { color: rgb(66,63,0); }
H1.HeaderClassName
{
color: #423F00;
}
.AnyTagClassName
{
color: #423F00;
}
</style>
background-color css
<style>
a { background-color: #423F00; }
a { background-color: rgb(66,63,0); }
div.DivClassName
{
background-color: #423F00;
}
.BgClassName
{
background-color: #423F00;
}
</style>
border-color css
<style>
span { border-color: #423F00; }
span { border-color: rgb(66,63,0); }
td.TdClassName
{
border-color: #423F00;
}
.TagClassName
{
border-color: #423F00;
}
</style>