Shades of Verdun Green #4C530F
Tints of Verdun Green #4C530F
RGB
CMYK
RGB Variations
Color information
#4C530F (or 0x4C530F) is known color: Verdun Green. HEX triplet: 4C, 53 and 0F. RGB value is (76,83,15). Sum of RGB (Red+Green+Blue) = 76+83+15=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #4C530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C530F is #B3ACF0. Grayscale: #494949. Windows color (decimal): -11775217 or 1004364. OLE color: 1004364.
HSL color Cylindrical-coordinate representation of color #4C530F: hue angle of 66.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C530F is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 15 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.67 |
| HSL | 66.18º | 0.69% | 0.19% | - |
| HSV(B) | 66.18º | 0.82% | 0.33% | - |
| XYZ | 6.16 | 7.76 | 1.62 | - |
| YUV | 73.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 15 | 0.08 | 0 | 0.82 | 0.67 | 66.18 | 0.69 | 0.19 |
| Hex | 4C | 53 | F | 8 | 0 | 52 | 43 | 42 | 45 | 13 |
| Octal | 114 | 123 | 17 | 10 | 0 | 122 | 103 | 102 | 105 | 23 |
| Binary | 1001100 | 1010011 | 1111 | 1000 | 0 | 1010010 | 1000011 | 1000010 | 1000101 | 10011 |
Color Harmonies of #4C530F
Complementary color
Monochromatic Colors of #4C530F
Black with #4C530F
Text Example
Text Example
White with #4C530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C530F; }
p { color: rgb(76,83,15); }
H1.HeaderClassName
{
color: #4C530F;
}
.AnyTagClassName
{
color: #4C530F;
}
</style>
background-color css
<style>
a { background-color: #4C530F; }
a { background-color: rgb(76,83,15); }
div.DivClassName
{
background-color: #4C530F;
}
.BgClassName
{
background-color: #4C530F;
}
</style>
border-color css
<style>
span { border-color: #4C530F; }
span { border-color: rgb(76,83,15); }
td.TdClassName
{
border-color: #4C530F;
}
.TagClassName
{
border-color: #4C530F;
}
</style>