Shades of Camouflage #484724
Tints of Camouflage #484724
RGB
CMYK
RGB Variations
Color information
#484724 (or 0x484724) is known color: Camouflage. HEX triplet: 48, 47 and 24. RGB value is (72,71,36). Sum of RGB (Red+Green+Blue) = 72+71+36=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #484724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484724 is #B7B8DB. Grayscale: #434343. Windows color (decimal): -12040412 or 2377544. OLE color: 2377544.
HSL color Cylindrical-coordinate representation of color #484724: hue angle of 58.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484724 is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 36 | - |
| CMYK | 0 | 0.01 | 0.5 | 0.72 |
| HSL | 58.33º | 0.33% | 0.21% | - |
| HSV(B) | 58.33º | 0.5% | 0.28% | - |
| XYZ | 5.24 | 6.01 | 2.55 | - |
| YUV | 67.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 36 | 0 | 0.01 | 0.5 | 0.72 | 58.33 | 0.33 | 0.21 |
| Hex | 48 | 47 | 24 | 0 | 1 | 32 | 48 | 3A | 21 | 15 |
| Octal | 110 | 107 | 44 | 0 | 1 | 62 | 110 | 72 | 41 | 25 |
| Binary | 1001000 | 1000111 | 100100 | 0 | 1 | 110010 | 1001000 | 111010 | 100001 | 10101 |
Color Harmonies of #484724
Complementary color
Monochromatic Colors of #484724
Black with #484724
Text Example
Text Example
White with #484724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484724; }
p { color: rgb(72,71,36); }
H1.HeaderClassName
{
color: #484724;
}
.AnyTagClassName
{
color: #484724;
}
</style>
background-color css
<style>
a { background-color: #484724; }
a { background-color: rgb(72,71,36); }
div.DivClassName
{
background-color: #484724;
}
.BgClassName
{
background-color: #484724;
}
</style>
border-color css
<style>
span { border-color: #484724; }
span { border-color: rgb(72,71,36); }
td.TdClassName
{
border-color: #484724;
}
.TagClassName
{
border-color: #484724;
}
</style>