Shades of Verdun Green #4B650F
Tints of Verdun Green #4B650F
RGB
CMYK
RGB Variations
Color information
#4B650F (or 0x4B650F) is known color: Verdun Green. HEX triplet: 4B, 65 and 0F. RGB value is (75,101,15). Sum of RGB (Red+Green+Blue) = 75+101+15=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #4B650F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B650F is #B49AF0. Grayscale: #535353. Windows color (decimal): -11836145 or 1008971. OLE color: 1008971.
HSL color Cylindrical-coordinate representation of color #4B650F: hue angle of 78.14º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B650F is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 15 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.60 |
| HSL | 78.14º | 0.74% | 0.23% | - |
| HSV(B) | 78.14º | 0.85% | 0.4% | - |
| XYZ | 7.64 | 10.84 | 2.14 | - |
| YUV | 83.42 | 89.39 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 15 | 0.26 | 0 | 0.85 | 0.60 | 78.14 | 0.74 | 0.23 |
| Hex | 4B | 65 | F | 1A | 0 | 55 | 3C | 4E | 4A | 17 |
| Octal | 113 | 145 | 17 | 32 | 0 | 125 | 74 | 116 | 112 | 27 |
| Binary | 1001011 | 1100101 | 1111 | 11010 | 0 | 1010101 | 111100 | 1001110 | 1001010 | 10111 |
Color Harmonies of #4B650F
Complementary color
Monochromatic Colors of #4B650F
Black with #4B650F
Text Example
Text Example
White with #4B650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B650F; }
p { color: rgb(75,101,15); }
H1.HeaderClassName
{
color: #4B650F;
}
.AnyTagClassName
{
color: #4B650F;
}
</style>
background-color css
<style>
a { background-color: #4B650F; }
a { background-color: rgb(75,101,15); }
div.DivClassName
{
background-color: #4B650F;
}
.BgClassName
{
background-color: #4B650F;
}
</style>
border-color css
<style>
span { border-color: #4B650F; }
span { border-color: rgb(75,101,15); }
td.TdClassName
{
border-color: #4B650F;
}
.TagClassName
{
border-color: #4B650F;
}
</style>