#4D4A30

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

Shades of Camouflage #4D4A30

Tints of Camouflage #4D4A30

Color information

#4D4A30 (or 0x4D4A30) is unknown color: approx Camouflage. HEX triplet: 4D, 4A and 30. RGB value is (77,74,48). Sum of RGB (Red+Green+Blue) = 77+74+48=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A30 is #B2B5CF. Grayscale: #484848. Windows color (decimal): -11711952 or 3164749. OLE color: 3164749.

HSL color Cylindrical-coordinate representation of color #4D4A30: hue angle of 53.79º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D4A30 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB777448-
CMYK00.040.380.70
HSL53.79º23.2%24.51%-
HSV(B)53.79º37.66%30.2%-
XYZ6.046.693.77-
YUV71.93114.49131.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.69%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=38.69%
G=37.19%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77744800.040.380.7053.7923.224.51
Hex4D4A30042646361719
Octal115112600446106662731
Binary10011011001010110000010010011010001101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,74,48); }

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

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

 a { background-color: rgb(77,74,48); }

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

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

 span { border-color: rgb(77,74,48); }

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