#4B4923

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

Shades of Camouflage #4B4923

Tints of Camouflage #4B4923

Color information

#4B4923 (or 0x4B4923) is unknown color: approx Camouflage. HEX triplet: 4B, 49 and 23. RGB value is (75,73,35). Sum of RGB (Red+Green+Blue) = 75+73+35=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4923 is #B4B6DC. Grayscale: #454545. Windows color (decimal): -11843293 or 2312523. OLE color: 2312523.

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

Color convert

RGB757335-
CMYK00.030.530.71
HSL57º36.36%21.57%-
HSV(B)57º53.33%29.41%-
XYZ5.596.382.53-
YUV69.27108.66132.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 35 (14.06% from 255) = 19.13%
R=40.98%
G=39.89%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75733500.030.530.715736.3621.57
Hex4B4923033547392416
Octal113111430365107714426
Binary10010111001001100011011110101100011111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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