Html Css Color HEX #474532 Camouflage

📋 copy color: '#474532'

red 71 ◦ green 69 ◦ blue 50

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

Shades of Camouflage #474532

Tints of Camouflage #474532

RGB

 RED value IS 71 (28.13% from 255) = 37.37%

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 50 (19.92% from 255) = 26.32%

R = 37.37%
G = 36.32%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#474532 (or 0x474532) is known color: Camouflage. HEX triplet: 47, 45 and 32. RGB value is (71,69,50). Sum of RGB (Red+Green+Blue) = 71+69+50=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #474532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474532 is #B8BACD. Grayscale: #434343. Windows color (decimal): -12106446 or 3294535. OLE color: 3294535.

HSL color Cylindrical-coordinate representation of color #474532: hue angle of 54.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474532 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 50 -
CMYK 0 0.03 0.30 0.72
HSL 54.29º 0.17% 0.24% -
HSV(B) 54.29º 0.3% 0.28% -
XYZ 5.3 5.83 3.86 -
YUV 67.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 71 69 50 0 0.03 0.30 0.72 54.29 0.17 0.24
Hex 47 45 32 0 3 1E 48 36 11 18
Octal 107 105 62 0 3 36 110 66 21 30
Binary 1000111 1000101 110010 0 11 11110 1001000 110110 10001 11000

Color Harmonies of #474532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474532

Black with #474532

Text Example


Text Example

White with #474532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474532; }

 p { color: rgb(71,69,50); }

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

background-color css

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

 a { background-color: rgb(71,69,50); }

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

border-color css

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

 span { border-color: rgb(71,69,50); }

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