Html Css Color HEX #4C4931 Camouflage

📋 copy color: '#4C4931'

red 76 ◦ green 73 ◦ blue 49

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

Shades of Camouflage #4C4931

Tints of Camouflage #4C4931

RGB

 RED value IS 76 (30.08% from 255) = 38.38%

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

 BLUE value IS 49 (19.53% from 255) = 24.75%

R = 38.38%
G = 36.87%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#4C4931 (or 0x4C4931) is known color: Camouflage. HEX triplet: 4C, 49 and 31. RGB value is (76,73,49). Sum of RGB (Red+Green+Blue) = 76+73+49=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4931 is #B3B6CE. Grayscale: #474747. Windows color (decimal): -11777743 or 3230028. OLE color: 3230028.

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

Color convert

RGB 76 73 49 -
CMYK 0 0.04 0.36 0.70
HSL 53.33º 0.22% 0.25% -
HSV(B) 53.33º 0.36% 0.3% -
XYZ 5.92 6.52 3.85 -
YUV 71.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 76 73 49 0 0.04 0.36 0.70 53.33 0.22 0.25
Hex 4C 49 31 0 4 24 46 35 16 19
Octal 114 111 61 0 4 44 106 65 26 31
Binary 1001100 1001001 110001 0 100 100100 1000110 110101 10110 11001

Color Harmonies of #4C4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4931

Black with #4C4931

Text Example


Text Example

White with #4C4931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,73,49); }

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

background-color css

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

 a { background-color: rgb(76,73,49); }

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

border-color css

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

 span { border-color: rgb(76,73,49); }

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