Shades of Verdun Green #4B581C
Tints of Verdun Green #4B581C
RGB
CMYK
RGB Variations
Color information
#4B581C (or 0x4B581C) is known color: Verdun Green. HEX triplet: 4B, 58 and 1C. RGB value is (75,88,28). Sum of RGB (Red+Green+Blue) = 75+88+28=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #4B581C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B581C is #B4A7E3. Grayscale: #4D4D4D. Windows color (decimal): -11839460 or 1857611. OLE color: 1857611.
HSL color Cylindrical-coordinate representation of color #4B581C: hue angle of 73º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B581C is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 88 | 28 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.65 |
| HSL | 73º | 0.52% | 0.23% | - |
| HSV(B) | 73º | 0.68% | 0.35% | - |
| XYZ | 6.6 | 8.56 | 2.4 | - |
| YUV | 77.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 28 | 0.15 | 0 | 0.68 | 0.65 | 73 | 0.52 | 0.23 |
| Hex | 4B | 58 | 1C | F | 0 | 44 | 41 | 49 | 34 | 17 |
| Octal | 113 | 130 | 34 | 17 | 0 | 104 | 101 | 111 | 64 | 27 |
| Binary | 1001011 | 1011000 | 11100 | 1111 | 0 | 1000100 | 1000001 | 1001001 | 110100 | 10111 |
Color Harmonies of #4B581C
Complementary color
Monochromatic Colors of #4B581C
Black with #4B581C
Text Example
Text Example
White with #4B581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B581C; }
p { color: rgb(75,88,28); }
H1.HeaderClassName
{
color: #4B581C;
}
.AnyTagClassName
{
color: #4B581C;
}
</style>
background-color css
<style>
a { background-color: #4B581C; }
a { background-color: rgb(75,88,28); }
div.DivClassName
{
background-color: #4B581C;
}
.BgClassName
{
background-color: #4B581C;
}
</style>
border-color css
<style>
span { border-color: #4B581C; }
span { border-color: rgb(75,88,28); }
td.TdClassName
{
border-color: #4B581C;
}
.TagClassName
{
border-color: #4B581C;
}
</style>