#4B4930

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

Shades of Camouflage #4B4930

Tints of Camouflage #4B4930

Color information

#4B4930 (or 0x4B4930) is unknown color: approx Camouflage. HEX triplet: 4B, 49 and 30. RGB value is (75,73,48). Sum of RGB (Red+Green+Blue) = 75+73+48=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4930 is #B4B6CF. Grayscale: #464646. Windows color (decimal): -11843280 or 3164491. OLE color: 3164491.

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

Color convert

RGB757348-
CMYK00.030.360.71
HSL55.56º21.95%24.12%-
HSV(B)55.56º36%29.41%-
XYZ5.826.473.74-
YUV70.75115.16131.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.27%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=38.27%
G=37.24%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75734800.030.360.7155.5621.9524.12
Hex4B4930032447381618
Octal113111600344107702630
Binary1001011100100111000001110010010001111110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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