Shades of Verdun Green #42430F
Tints of Verdun Green #42430F
RGB
CMYK
RGB Variations
Color information
#42430F (or 0x42430F) is known color: Verdun Green. HEX triplet: 42, 43 and 0F. RGB value is (66,67,15). Sum of RGB (Red+Green+Blue) = 66+67+15=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #42430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42430F is #BDBCF0. Grayscale: #3C3C3C. Windows color (decimal): -12434673 or 1000258. OLE color: 1000258.
HSL color Cylindrical-coordinate representation of color #42430F: hue angle of 61.15º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42430F is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 15 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.74 |
| HSL | 61.15º | 0.63% | 0.16% | - |
| HSV(B) | 61.15º | 0.78% | 0.26% | - |
| XYZ | 4.34 | 5.21 | 1.23 | - |
| YUV | 60.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 15 | 0.01 | 0 | 0.78 | 0.74 | 61.15 | 0.63 | 0.16 |
| Hex | 42 | 43 | F | 1 | 0 | 4E | 4A | 3D | 3F | 10 |
| Octal | 102 | 103 | 17 | 1 | 0 | 116 | 112 | 75 | 77 | 20 |
| Binary | 1000010 | 1000011 | 1111 | 1 | 0 | 1001110 | 1001010 | 111101 | 111111 | 10000 |
Color Harmonies of #42430F
Complementary color
Monochromatic Colors of #42430F
Black with #42430F
Text Example
Text Example
White with #42430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42430F; }
p { color: rgb(66,67,15); }
H1.HeaderClassName
{
color: #42430F;
}
.AnyTagClassName
{
color: #42430F;
}
</style>
background-color css
<style>
a { background-color: #42430F; }
a { background-color: rgb(66,67,15); }
div.DivClassName
{
background-color: #42430F;
}
.BgClassName
{
background-color: #42430F;
}
</style>
border-color css
<style>
span { border-color: #42430F; }
span { border-color: rgb(66,67,15); }
td.TdClassName
{
border-color: #42430F;
}
.TagClassName
{
border-color: #42430F;
}
</style>