Html Css Color HEX #4A4731 Camouflage

📋 copy color: '#4A4731'

red 74 ◦ green 71 ◦ blue 49

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

Shades of Camouflage #4A4731

Tints of Camouflage #4A4731

RGB

 RED value IS 74 (29.3% from 255) = 38.14%

 GREEN value IS 71 (28.13% from 255) = 36.6%

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

R = 38.14%
G = 36.6%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#4A4731 (or 0x4A4731) is known color: Camouflage. HEX triplet: 4A, 47 and 31. RGB value is (74,71,49). Sum of RGB (Red+Green+Blue) = 74+71+49=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4731 is #B5B8CE. Grayscale: #454545. Windows color (decimal): -11909327 or 3229514. OLE color: 3229514.

HSL color Cylindrical-coordinate representation of color #4A4731: hue angle of 52.8º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A4731 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 71 49 -
CMYK 0 0.04 0.34 0.71
HSL 52.8º 0.2% 0.24% -
HSV(B) 52.8º 0.34% 0.29% -
XYZ 5.63 6.18 3.8 -
YUV 69.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 74 71 49 0 0.04 0.34 0.71 52.8 0.2 0.24
Hex 4A 47 31 0 4 22 47 35 14 18
Octal 112 107 61 0 4 42 107 65 24 30
Binary 1001010 1000111 110001 0 100 100010 1000111 110101 10100 11000

Color Harmonies of #4A4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4731

Black with #4A4731

Text Example


Text Example

White with #4A4731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,71,49); }

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

background-color css

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

 a { background-color: rgb(74,71,49); }

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

border-color css

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

 span { border-color: rgb(74,71,49); }

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