Shades of Camouflage #484636
Tints of Camouflage #484636
RGB
CMYK
RGB Variations
Color information
#484636 (or 0x484636) is known color: Camouflage. HEX triplet: 48, 46 and 36. RGB value is (72,70,54). Sum of RGB (Red+Green+Blue) = 72+70+54=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #484636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484636 is #B7B9C9. Grayscale: #444444. Windows color (decimal): -12040650 or 3556936. OLE color: 3556936.
HSL color Cylindrical-coordinate representation of color #484636: hue angle of 53.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #484636 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 54 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.72 |
| HSL | 53.33º | 0.14% | 0.25% | - |
| HSV(B) | 53.33º | 0.25% | 0.28% | - |
| XYZ | 5.53 | 6.02 | 4.36 | - |
| YUV | 68.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 54 | 0 | 0.03 | 0.25 | 0.72 | 53.33 | 0.14 | 0.25 |
| Hex | 48 | 46 | 36 | 0 | 3 | 19 | 48 | 35 | E | 19 |
| Octal | 110 | 106 | 66 | 0 | 3 | 31 | 110 | 65 | 16 | 31 |
| Binary | 1001000 | 1000110 | 110110 | 0 | 11 | 11001 | 1001000 | 110101 | 1110 | 11001 |
Color Harmonies of #484636
Complementary color
Monochromatic Colors of #484636
Black with #484636
Text Example
Text Example
White with #484636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484636; }
p { color: rgb(72,70,54); }
H1.HeaderClassName
{
color: #484636;
}
.AnyTagClassName
{
color: #484636;
}
</style>
background-color css
<style>
a { background-color: #484636; }
a { background-color: rgb(72,70,54); }
div.DivClassName
{
background-color: #484636;
}
.BgClassName
{
background-color: #484636;
}
</style>
border-color css
<style>
span { border-color: #484636; }
span { border-color: rgb(72,70,54); }
td.TdClassName
{
border-color: #484636;
}
.TagClassName
{
border-color: #484636;
}
</style>