Shades of Verdun Green #42531C
Tints of Verdun Green #42531C
RGB
CMYK
RGB Variations
Color information
#42531C (or 0x42531C) is known color: Verdun Green. HEX triplet: 42, 53 and 1C. RGB value is (66,83,28). Sum of RGB (Red+Green+Blue) = 66+83+28=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #42531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42531C is #BDACE3. Grayscale: #474747. Windows color (decimal): -12430564 or 1856322. OLE color: 1856322.
HSL color Cylindrical-coordinate representation of color #42531C: hue angle of 78.55º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42531C is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 83 | 28 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.67 |
| HSL | 78.55º | 0.5% | 0.22% | - |
| HSV(B) | 78.55º | 0.66% | 0.33% | - |
| XYZ | 5.55 | 7.43 | 2.24 | - |
| YUV | 71.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 28 | 0.20 | 0 | 0.66 | 0.67 | 78.55 | 0.5 | 0.22 |
| Hex | 42 | 53 | 1C | 14 | 0 | 42 | 43 | 4F | 32 | 16 |
| Octal | 102 | 123 | 34 | 24 | 0 | 102 | 103 | 117 | 62 | 26 |
| Binary | 1000010 | 1010011 | 11100 | 10100 | 0 | 1000010 | 1000011 | 1001111 | 110010 | 10110 |
Color Harmonies of #42531C
Complementary color
Monochromatic Colors of #42531C
Black with #42531C
Text Example
Text Example
White with #42531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42531C; }
p { color: rgb(66,83,28); }
H1.HeaderClassName
{
color: #42531C;
}
.AnyTagClassName
{
color: #42531C;
}
</style>
background-color css
<style>
a { background-color: #42531C; }
a { background-color: rgb(66,83,28); }
div.DivClassName
{
background-color: #42531C;
}
.BgClassName
{
background-color: #42531C;
}
</style>
border-color css
<style>
span { border-color: #42531C; }
span { border-color: rgb(66,83,28); }
td.TdClassName
{
border-color: #42531C;
}
.TagClassName
{
border-color: #42531C;
}
</style>