Html Css Color HEX #474531 Camouflage

📋 copy color: '#474531'

red 71 ◦ green 69 ◦ blue 49

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

Shades of Camouflage #474531

Tints of Camouflage #474531

RGB

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

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

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

R = 37.57%
G = 36.51%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#474531 (or 0x474531) is known color: Camouflage. HEX triplet: 47, 45 and 31. RGB value is (71,69,49). Sum of RGB (Red+Green+Blue) = 71+69+49=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #474531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474531 is #B8BACE. Grayscale: #434343. Windows color (decimal): -12106447 or 3228999. OLE color: 3228999.

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

Color convert

RGB 71 69 49 -
CMYK 0 0.03 0.31 0.72
HSL 54.55º 0.18% 0.24% -
HSV(B) 54.55º 0.31% 0.28% -
XYZ 5.28 5.82 3.75 -
YUV 67.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 71 69 49 0 0.03 0.31 0.72 54.55 0.18 0.24
Hex 47 45 31 0 3 1F 48 37 12 18
Octal 107 105 61 0 3 37 110 67 22 30
Binary 1000111 1000101 110001 0 11 11111 1001000 110111 10010 11000

Color Harmonies of #474531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474531

Black with #474531

Text Example


Text Example

White with #474531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474531; }

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

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

background-color css

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

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

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

border-color css

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

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

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