Shades of Verdun Green #4B670B
Tints of Verdun Green #4B670B
RGB
CMYK
RGB Variations
Color information
#4B670B (or 0x4B670B) is known color: Verdun Green. HEX triplet: 4B, 67 and 0B. RGB value is (75,103,11). Sum of RGB (Red+Green+Blue) = 75+103+11=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #4B670B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B670B is #B498F4. Grayscale: #545454. Windows color (decimal): -11835637 or 747339. OLE color: 747339.
HSL color Cylindrical-coordinate representation of color #4B670B: hue angle of 78.26º degrees, saturation: 0.81, 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 #4B670B is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 103 | 11 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.60 |
| HSL | 78.26º | 0.81% | 0.22% | - |
| HSV(B) | 78.26º | 0.89% | 0.4% | - |
| XYZ | 7.81 | 11.22 | 2.07 | - |
| YUV | 84.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 103 | 11 | 0.27 | 0 | 0.89 | 0.60 | 78.26 | 0.81 | 0.22 |
| Hex | 4B | 67 | B | 1B | 0 | 59 | 3C | 4E | 51 | 16 |
| Octal | 113 | 147 | 13 | 33 | 0 | 131 | 74 | 116 | 121 | 26 |
| Binary | 1001011 | 1100111 | 1011 | 11011 | 0 | 1011001 | 111100 | 1001110 | 1010001 | 10110 |
Color Harmonies of #4B670B
Complementary color
Monochromatic Colors of #4B670B
Black with #4B670B
Text Example
Text Example
White with #4B670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B670B; }
p { color: rgb(75,103,11); }
H1.HeaderClassName
{
color: #4B670B;
}
.AnyTagClassName
{
color: #4B670B;
}
</style>
background-color css
<style>
a { background-color: #4B670B; }
a { background-color: rgb(75,103,11); }
div.DivClassName
{
background-color: #4B670B;
}
.BgClassName
{
background-color: #4B670B;
}
</style>
border-color css
<style>
span { border-color: #4B670B; }
span { border-color: rgb(75,103,11); }
td.TdClassName
{
border-color: #4B670B;
}
.TagClassName
{
border-color: #4B670B;
}
</style>