#4D4922

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

Shades of Camouflage #4D4922

Tints of Camouflage #4D4922

Color information

#4D4922 (or 0x4D4922) is unknown color: approx Camouflage. HEX triplet: 4D, 49 and 22. RGB value is (77,73,34). Sum of RGB (Red+Green+Blue) = 77+73+34=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4922 is #B2B6DD. Grayscale: #454545. Windows color (decimal): -11712222 or 2246989. OLE color: 2246989.

HSL color Cylindrical-coordinate representation of color #4D4922: hue angle of 54.42º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D4922 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.70.

Color convert

RGB777334-
CMYK00.050.560.70
HSL54.42º38.74%21.76%-
HSV(B)54.42º55.84%30.2%-
XYZ5.736.462.46-
YUV69.75107.83133.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.85%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 34 (13.67% from 255) = 18.48%
R=41.85%
G=39.67%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77733400.050.560.7054.4238.7421.76
Hex4D4922053846362716
Octal115111420570106664726
Binary100110110010011000100101111000100011011011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,73,34); }

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

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

 a { background-color: rgb(77,73,34); }

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

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

 span { border-color: rgb(77,73,34); }

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