Shades of Verdun Green #4B5C1E
Tints of Verdun Green #4B5C1E
RGB
CMYK
RGB Variations
Color information
#4B5C1E (or 0x4B5C1E) is known color: Verdun Green. HEX triplet: 4B, 5C and 1E. RGB value is (75,92,30). Sum of RGB (Red+Green+Blue) = 75+92+30=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #4B5C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5C1E is #B4A3E1. Grayscale: #505050. Windows color (decimal): -11838434 or 1989707. OLE color: 1989707.
HSL color Cylindrical-coordinate representation of color #4B5C1E: hue angle of 76.45º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B5C1E is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 92 | 30 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.64 |
| HSL | 76.45º | 0.51% | 0.24% | - |
| HSV(B) | 76.45º | 0.67% | 0.36% | - |
| XYZ | 6.96 | 9.24 | 2.65 | - |
| YUV | 79.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 30 | 0.18 | 0 | 0.67 | 0.64 | 76.45 | 0.51 | 0.24 |
| Hex | 4B | 5C | 1E | 12 | 0 | 43 | 40 | 4C | 33 | 18 |
| Octal | 113 | 134 | 36 | 22 | 0 | 103 | 100 | 114 | 63 | 30 |
| Binary | 1001011 | 1011100 | 11110 | 10010 | 0 | 1000011 | 1000000 | 1001100 | 110011 | 11000 |
Color Harmonies of #4B5C1E
Complementary color
Monochromatic Colors of #4B5C1E
Black with #4B5C1E
Text Example
Text Example
White with #4B5C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5C1E; }
p { color: rgb(75,92,30); }
H1.HeaderClassName
{
color: #4B5C1E;
}
.AnyTagClassName
{
color: #4B5C1E;
}
</style>
background-color css
<style>
a { background-color: #4B5C1E; }
a { background-color: rgb(75,92,30); }
div.DivClassName
{
background-color: #4B5C1E;
}
.BgClassName
{
background-color: #4B5C1E;
}
</style>
border-color css
<style>
span { border-color: #4B5C1E; }
span { border-color: rgb(75,92,30); }
td.TdClassName
{
border-color: #4B5C1E;
}
.TagClassName
{
border-color: #4B5C1E;
}
</style>