Shades of Verdun Green #4B650B
Tints of Verdun Green #4B650B
RGB
CMYK
RGB Variations
Color information
#4B650B (or 0x4B650B) is known color: Verdun Green. HEX triplet: 4B, 65 and 0B. RGB value is (75,101,11). Sum of RGB (Red+Green+Blue) = 75+101+11=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #4B650B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B650B is #B49AF4. Grayscale: #535353. Windows color (decimal): -11836149 or 746827. OLE color: 746827.
HSL color Cylindrical-coordinate representation of color #4B650B: hue angle of 77.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B650B is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 11 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.60 |
| HSL | 77.33º | 0.8% | 0.22% | - |
| HSV(B) | 77.33º | 0.89% | 0.4% | - |
| XYZ | 7.62 | 10.83 | 2.01 | - |
| YUV | 82.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 11 | 0.26 | 0 | 0.89 | 0.60 | 77.33 | 0.8 | 0.22 |
| Hex | 4B | 65 | B | 1A | 0 | 59 | 3C | 4D | 50 | 16 |
| Octal | 113 | 145 | 13 | 32 | 0 | 131 | 74 | 115 | 120 | 26 |
| Binary | 1001011 | 1100101 | 1011 | 11010 | 0 | 1011001 | 111100 | 1001101 | 1010000 | 10110 |
Color Harmonies of #4B650B
Complementary color
Monochromatic Colors of #4B650B
Black with #4B650B
Text Example
Text Example
White with #4B650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B650B; }
p { color: rgb(75,101,11); }
H1.HeaderClassName
{
color: #4B650B;
}
.AnyTagClassName
{
color: #4B650B;
}
</style>
background-color css
<style>
a { background-color: #4B650B; }
a { background-color: rgb(75,101,11); }
div.DivClassName
{
background-color: #4B650B;
}
.BgClassName
{
background-color: #4B650B;
}
</style>
border-color css
<style>
span { border-color: #4B650B; }
span { border-color: rgb(75,101,11); }
td.TdClassName
{
border-color: #4B650B;
}
.TagClassName
{
border-color: #4B650B;
}
</style>