#4B4932

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

Shades of Camouflage #4B4932

Tints of Camouflage #4B4932

Color information

#4B4932 (or 0x4B4932) is unknown color: approx Camouflage. HEX triplet: 4B, 49 and 32. RGB value is (75,73,50). Sum of RGB (Red+Green+Blue) = 75+73+50=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4932 is #B4B6CD. Grayscale: #474747. Windows color (decimal): -11843278 or 3295563. OLE color: 3295563.

HSL color Cylindrical-coordinate representation of color #4B4932: hue angle of 55.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B4932 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB757350-
CMYK00.030.330.71
HSL55.2º20%24.51%-
HSV(B)55.2º33.33%29.41%-
XYZ5.866.493.96-
YUV70.98116.16130.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.88%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=37.88%
G=36.87%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75735000.030.330.7155.22024.51
Hex4B4932032147371419
Octal113111620341107672431
Binary1001011100100111001001110000110001111101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,50); }

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

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

 a { background-color: rgb(75,73,50); }

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

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

 span { border-color: rgb(75,73,50); }

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