Shades of Verdun Green #4B6A09
Tints of Verdun Green #4B6A09
RGB
CMYK
RGB Variations
Color information
#4B6A09 (or 0x4B6A09) is known color: Verdun Green. HEX triplet: 4B, 6A and 09. RGB value is (75,106,9). Sum of RGB (Red+Green+Blue) = 75+106+9=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 106 (41.80% from 255 or 55.79% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6A09 is #B495F6. Grayscale: #565656. Windows color (decimal): -11834871 or 617035. OLE color: 617035.
HSL color Cylindrical-coordinate representation of color #4B6A09: hue angle of 79.18º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B6A09 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 106 | 9 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.58 |
| HSL | 79.18º | 0.84% | 0.23% | - |
| HSV(B) | 79.18º | 0.92% | 0.42% | - |
| XYZ | 8.1 | 11.82 | 2.11 | - |
| YUV | 85.67 | 84.73 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 106 | 9 | 0.29 | 0 | 0.92 | 0.58 | 79.18 | 0.84 | 0.23 |
| Hex | 4B | 6A | 9 | 1D | 0 | 5C | 3A | 4F | 54 | 17 |
| Octal | 113 | 152 | 11 | 35 | 0 | 134 | 72 | 117 | 124 | 27 |
| Binary | 1001011 | 1101010 | 1001 | 11101 | 0 | 1011100 | 111010 | 1001111 | 1010100 | 10111 |
Color Harmonies of #4B6A09
Complementary color
Monochromatic Colors of #4B6A09
Black with #4B6A09
Text Example
Text Example
White with #4B6A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6A09; }
p { color: rgb(75,106,9); }
H1.HeaderClassName
{
color: #4B6A09;
}
.AnyTagClassName
{
color: #4B6A09;
}
</style>
background-color css
<style>
a { background-color: #4B6A09; }
a { background-color: rgb(75,106,9); }
div.DivClassName
{
background-color: #4B6A09;
}
.BgClassName
{
background-color: #4B6A09;
}
</style>
border-color css
<style>
span { border-color: #4B6A09; }
span { border-color: rgb(75,106,9); }
td.TdClassName
{
border-color: #4B6A09;
}
.TagClassName
{
border-color: #4B6A09;
}
</style>