#4B4734

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

Shades of Camouflage #4B4734

Tints of Camouflage #4B4734

Color information

#4B4734 (or 0x4B4734) is unknown color: approx Camouflage. HEX triplet: 4B, 47 and 34. RGB value is (75,71,52). Sum of RGB (Red+Green+Blue) = 75+71+52=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4734 is #B4B8CB. Grayscale: #464646. Windows color (decimal): -11843788 or 3426123. OLE color: 3426123.

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

Color convert

RGB757152-
CMYK00.050.310.71
HSL49.57º18.11%24.9%-
HSV(B)49.57º30.67%29.41%-
XYZ5.776.254.15-
YUV70.03117.83131.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.88%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=37.88%
G=35.86%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75715200.050.310.7149.5718.1124.9
Hex4B4734051F47321219
Octal113107640537107622231
Binary1001011100011111010001011111110001111100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,52); }

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

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

 a { background-color: rgb(75,71,52); }

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

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

 span { border-color: rgb(75,71,52); }

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