Html Css Color HEX #474533 Camouflage

📋 copy color: '#474533'

red 71 ◦ green 69 ◦ blue 51

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

Shades of Camouflage #474533

Tints of Camouflage #474533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.7%

R = 37.17%
G = 36.13%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#474533 (or 0x474533) is known color: Camouflage. HEX triplet: 47, 45 and 33. RGB value is (71,69,51). Sum of RGB (Red+Green+Blue) = 71+69+51=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #474533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474533 is #B8BACC. Grayscale: #434343. Windows color (decimal): -12106445 or 3360071. OLE color: 3360071.

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

Color convert

RGB 71 69 51 -
CMYK 0 0.03 0.28 0.72
HSL 54º 0.16% 0.24% -
HSV(B) 54º 0.28% 0.28% -
XYZ 5.32 5.83 3.98 -
YUV 67.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 71 69 51 0 0.03 0.28 0.72 54 0.16 0.24
Hex 47 45 33 0 3 1C 48 36 10 18
Octal 107 105 63 0 3 34 110 66 20 30
Binary 1000111 1000101 110011 0 11 11100 1001000 110110 10000 11000

Color Harmonies of #474533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474533

Black with #474533

Text Example


Text Example

White with #474533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474533; }

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

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

background-color css

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

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

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

border-color css

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

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

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