Shades of Verdun Green #42451B
Tints of Verdun Green #42451B
RGB
CMYK
RGB Variations
Color information
#42451B (or 0x42451B) is known color: Verdun Green. HEX triplet: 42, 45 and 1B. RGB value is (66,69,27). Sum of RGB (Red+Green+Blue) = 66+69+27=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #42451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42451B is #BDBAE4. Grayscale: #3F3F3F. Windows color (decimal): -12434149 or 1787202. OLE color: 1787202.
HSL color Cylindrical-coordinate representation of color #42451B: hue angle of 64.29º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42451B is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 69 | 27 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.73 |
| HSL | 64.29º | 0.44% | 0.19% | - |
| HSV(B) | 64.29º | 0.61% | 0.27% | - |
| XYZ | 4.57 | 5.49 | 1.86 | - |
| YUV | 63.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 27 | 0.04 | 0 | 0.61 | 0.73 | 64.29 | 0.44 | 0.19 |
| Hex | 42 | 45 | 1B | 4 | 0 | 3D | 49 | 40 | 2C | 13 |
| Octal | 102 | 105 | 33 | 4 | 0 | 75 | 111 | 100 | 54 | 23 |
| Binary | 1000010 | 1000101 | 11011 | 100 | 0 | 111101 | 1001001 | 1000000 | 101100 | 10011 |
Color Harmonies of #42451B
Complementary color
Monochromatic Colors of #42451B
Black with #42451B
Text Example
Text Example
White with #42451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42451B; }
p { color: rgb(66,69,27); }
H1.HeaderClassName
{
color: #42451B;
}
.AnyTagClassName
{
color: #42451B;
}
</style>
background-color css
<style>
a { background-color: #42451B; }
a { background-color: rgb(66,69,27); }
div.DivClassName
{
background-color: #42451B;
}
.BgClassName
{
background-color: #42451B;
}
</style>
border-color css
<style>
span { border-color: #42451B; }
span { border-color: rgb(66,69,27); }
td.TdClassName
{
border-color: #42451B;
}
.TagClassName
{
border-color: #42451B;
}
</style>