#4B4824

Color #4B4824 Camouflage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage #4B4824

Tints of Camouflage #4B4824

Color information

#4B4824 (or 0x4B4824) is unknown color: approx Camouflage. HEX triplet: 4B, 48 and 24. RGB value is (75,72,36). Sum of RGB (Red+Green+Blue) = 75+72+36=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4824 is #B4B7DB. Grayscale: #444444. Windows color (decimal): -11843548 or 2377803. OLE color: 2377803.

HSL color Cylindrical-coordinate representation of color #4B4824: hue angle of 55.38º 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 #4B4824 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB757236-
CMYK00.040.520.71
HSL55.38º35.14%21.76%-
HSV(B)55.38º52%29.41%-
XYZ5.546.262.59-
YUV68.79109.49132.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 36 (14.45% from 255) = 19.67%
R=40.98%
G=39.34%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75723600.040.520.7155.3835.1421.76
Hex4B4824043447372316
Octal113110440464107674326
Binary100101110010001001000100110100100011111011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B4824; }

 p { color: rgb(75,72,36); }

 H1.HeaderClassName
 {
   color: #4B4824;
 }
 .AnyTagClassName
 {
   color: #4B4824;
 }
</style>
background-color css

<style>
 a { background-color: #4B4824; }

 a { background-color: rgb(75,72,36); }

 div.DivClassName
 {
   background-color: #4B4824;
 }
 .BgClassName
 {
   background-color: #4B4824;
 }
</style>
border-color css

<style>
 span { border-color: #4B4824; }

 span { border-color: rgb(75,72,36); }

 td.TdClassName
 {
   border-color: #4B4824;
 }
 .TagClassName
 {
   border-color: #4B4824;
 }
</style>