Shades of Verdun Green #423F01
Tints of Verdun Green #423F01
RGB
CMYK
RGB Variations
Color information
#423F01 (or 0x423F01) is known color: Verdun Green. HEX triplet: 42, 3F and 01. RGB value is (66,63,1). Sum of RGB (Red+Green+Blue) = 66+63+1=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #423F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F01 is #BDC0FE. Grayscale: #393939. Windows color (decimal): -12435711 or 81730. OLE color: 81730.
HSL color Cylindrical-coordinate representation of color #423F01: hue angle of 57.23º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #423F01 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 1 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.74 |
| HSL | 57.23º | 0.97% | 0.13% | - |
| HSV(B) | 57.23º | 0.98% | 0.26% | - |
| XYZ | 4.03 | 4.72 | 0.73 | - |
| YUV | 56.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 1 | 0 | 0.05 | 0.98 | 0.74 | 57.23 | 0.97 | 0.13 |
| Hex | 42 | 3F | 1 | 0 | 5 | 62 | 4A | 39 | 61 | D |
| Octal | 102 | 77 | 1 | 0 | 5 | 142 | 112 | 71 | 141 | 15 |
| Binary | 1000010 | 111111 | 1 | 0 | 101 | 1100010 | 1001010 | 111001 | 1100001 | 1101 |
Color Harmonies of #423F01
Complementary color
Monochromatic Colors of #423F01
Black with #423F01
Text Example
Text Example
White with #423F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F01; }
p { color: rgb(66,63,1); }
H1.HeaderClassName
{
color: #423F01;
}
.AnyTagClassName
{
color: #423F01;
}
</style>
background-color css
<style>
a { background-color: #423F01; }
a { background-color: rgb(66,63,1); }
div.DivClassName
{
background-color: #423F01;
}
.BgClassName
{
background-color: #423F01;
}
</style>
border-color css
<style>
span { border-color: #423F01; }
span { border-color: rgb(66,63,1); }
td.TdClassName
{
border-color: #423F01;
}
.TagClassName
{
border-color: #423F01;
}
</style>