Shades of Verdun Green #4B5A1F
Tints of Verdun Green #4B5A1F
RGB
CMYK
RGB Variations
Color information
#4B5A1F (or 0x4B5A1F) is known color: Verdun Green. HEX triplet: 4B, 5A and 1F. RGB value is (75,90,31). Sum of RGB (Red+Green+Blue) = 75+90+31=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A1F is #B4A5E0. Grayscale: #4F4F4F. Windows color (decimal): -11838945 or 2054731. OLE color: 2054731.
HSL color Cylindrical-coordinate representation of color #4B5A1F: hue angle of 75.25º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B5A1F is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 31 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.65 |
| HSL | 75.25º | 0.49% | 0.24% | - |
| HSV(B) | 75.25º | 0.66% | 0.35% | - |
| XYZ | 6.81 | 8.91 | 2.66 | - |
| YUV | 78.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 31 | 0.17 | 0 | 0.66 | 0.65 | 75.25 | 0.49 | 0.24 |
| Hex | 4B | 5A | 1F | 11 | 0 | 42 | 41 | 4B | 31 | 18 |
| Octal | 113 | 132 | 37 | 21 | 0 | 102 | 101 | 113 | 61 | 30 |
| Binary | 1001011 | 1011010 | 11111 | 10001 | 0 | 1000010 | 1000001 | 1001011 | 110001 | 11000 |
Color Harmonies of #4B5A1F
Complementary color
Monochromatic Colors of #4B5A1F
Black with #4B5A1F
Text Example
Text Example
White with #4B5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A1F; }
p { color: rgb(75,90,31); }
H1.HeaderClassName
{
color: #4B5A1F;
}
.AnyTagClassName
{
color: #4B5A1F;
}
</style>
background-color css
<style>
a { background-color: #4B5A1F; }
a { background-color: rgb(75,90,31); }
div.DivClassName
{
background-color: #4B5A1F;
}
.BgClassName
{
background-color: #4B5A1F;
}
</style>
border-color css
<style>
span { border-color: #4B5A1F; }
span { border-color: rgb(75,90,31); }
td.TdClassName
{
border-color: #4B5A1F;
}
.TagClassName
{
border-color: #4B5A1F;
}
</style>