Shades of Camouflage #484734
Tints of Camouflage #484734
RGB
CMYK
RGB Variations
Color information
#484734 (or 0x484734) is known color: Camouflage. HEX triplet: 48, 47 and 34. RGB value is (72,71,52). Sum of RGB (Red+Green+Blue) = 72+71+52=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #484734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484734 is #B7B8CB. Grayscale: #454545. Windows color (decimal): -12040396 or 3426120. OLE color: 3426120.
HSL color Cylindrical-coordinate representation of color #484734: hue angle of 57º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #484734 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 52 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.72 |
| HSL | 57º | 0.16% | 0.24% | - |
| HSV(B) | 57º | 0.28% | 0.28% | - |
| XYZ | 5.55 | 6.13 | 4.14 | - |
| YUV | 69.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 52 | 0 | 0.01 | 0.28 | 0.72 | 57 | 0.16 | 0.24 |
| Hex | 48 | 47 | 34 | 0 | 1 | 1C | 48 | 39 | 10 | 18 |
| Octal | 110 | 107 | 64 | 0 | 1 | 34 | 110 | 71 | 20 | 30 |
| Binary | 1001000 | 1000111 | 110100 | 0 | 1 | 11100 | 1001000 | 111001 | 10000 | 11000 |
Color Harmonies of #484734
Complementary color
Monochromatic Colors of #484734
Black with #484734
Text Example
Text Example
White with #484734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484734; }
p { color: rgb(72,71,52); }
H1.HeaderClassName
{
color: #484734;
}
.AnyTagClassName
{
color: #484734;
}
</style>
background-color css
<style>
a { background-color: #484734; }
a { background-color: rgb(72,71,52); }
div.DivClassName
{
background-color: #484734;
}
.BgClassName
{
background-color: #484734;
}
</style>
border-color css
<style>
span { border-color: #484734; }
span { border-color: rgb(72,71,52); }
td.TdClassName
{
border-color: #484734;
}
.TagClassName
{
border-color: #484734;
}
</style>