#4B4830

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

Shades of Camouflage #4B4830

Tints of Camouflage #4B4830

Color information

#4B4830 (or 0x4B4830) is unknown color: approx Camouflage. HEX triplet: 4B, 48 and 30. RGB value is (75,72,48). Sum of RGB (Red+Green+Blue) = 75+72+48=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4830 is #B4B7CF. Grayscale: #464646. Windows color (decimal): -11843536 or 3164235. OLE color: 3164235.

HSL color Cylindrical-coordinate representation of color #4B4830: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B4830 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB757248-
CMYK00.040.360.71
HSL53.33º21.95%24.12%-
HSV(B)53.33º36%29.41%-
XYZ5.756.343.72-
YUV70.16115.49131.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.46%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 48 (19.14% from 255) = 24.62%
R=38.46%
G=36.92%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75724800.040.360.7153.3321.9524.12
Hex4B4830042447351618
Octal113110600444107652630
Binary10010111001000110000010010010010001111101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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