Shades of Camouflage #4B4924
Tints of Camouflage #4B4924
RGB
CMYK
RGB Variations
Color information
#4B4924 (or 0x4B4924) is known color: Camouflage. HEX triplet: 4B, 49 and 24. RGB value is (75,73,36). Sum of RGB (Red+Green+Blue) = 75+73+36=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4924 is #B4B6DB. Grayscale: #454545. Windows color (decimal): -11843292 or 2378059. OLE color: 2378059.
HSL color Cylindrical-coordinate representation of color #4B4924: hue angle of 56.92º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B4924 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 73 | 36 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.71 |
| HSL | 56.92º | 0.35% | 0.22% | - |
| HSV(B) | 56.92º | 0.52% | 0.29% | - |
| XYZ | 5.6 | 6.39 | 2.61 | - |
| YUV | 69.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 36 | 0 | 0.03 | 0.52 | 0.71 | 56.92 | 0.35 | 0.22 |
| Hex | 4B | 49 | 24 | 0 | 3 | 34 | 47 | 39 | 23 | 16 |
| Octal | 113 | 111 | 44 | 0 | 3 | 64 | 107 | 71 | 43 | 26 |
| Binary | 1001011 | 1001001 | 100100 | 0 | 11 | 110100 | 1000111 | 111001 | 100011 | 10110 |
Color Harmonies of #4B4924
Complementary color
Monochromatic Colors of #4B4924
Black with #4B4924
Text Example
Text Example
White with #4B4924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4924; }
p { color: rgb(75,73,36); }
H1.HeaderClassName
{
color: #4B4924;
}
.AnyTagClassName
{
color: #4B4924;
}
</style>
background-color css
<style>
a { background-color: #4B4924; }
a { background-color: rgb(75,73,36); }
div.DivClassName
{
background-color: #4B4924;
}
.BgClassName
{
background-color: #4B4924;
}
</style>
border-color css
<style>
span { border-color: #4B4924; }
span { border-color: rgb(75,73,36); }
td.TdClassName
{
border-color: #4B4924;
}
.TagClassName
{
border-color: #4B4924;
}
</style>