Html Css Color HEX #4D492F Camouflage

📋 copy color: '#4D492F'

red 77 ◦ green 73 ◦ blue 47

#4D492F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage #4D492F

Tints of Camouflage #4D492F

RGB

 RED value IS 77 (30.47% from 255) = 39.09%

 GREEN value IS 73 (28.91% from 255) = 37.06%

 BLUE value IS 47 (18.75% from 255) = 23.86%

R = 39.09%
G = 37.06%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D492F (or 0x4D492F) is known color: Camouflage. HEX triplet: 4D, 49 and 2F. RGB value is (77,73,47). Sum of RGB (Red+Green+Blue) = 77+73+47=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D492F is #B2B6D0. Grayscale: #474747. Windows color (decimal): -11712209 or 3098957. OLE color: 3098957.

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

Color convert

RGB 77 73 47 -
CMYK 0 0.05 0.39 0.70
HSL 52º 0.24% 0.24% -
HSV(B) 52º 0.39% 0.3% -
XYZ 5.96 6.55 3.64 -
YUV 71.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 77 73 47 0 0.05 0.39 0.70 52 0.24 0.24
Hex 4D 49 2F 0 5 27 46 34 18 18
Octal 115 111 57 0 5 47 106 64 30 30
Binary 1001101 1001001 101111 0 101 100111 1000110 110100 11000 11000

Color Harmonies of #4D492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D492F

Black with #4D492F

Text Example


Text Example

White with #4D492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D492F;
 }
 .AnyTagClassName
 {
   color: #4D492F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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