Html Css Color HEX #474635 Camouflage

📋 copy color: '#474635'

red 71 ◦ green 70 ◦ blue 53

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

Shades of Camouflage #474635

Tints of Camouflage #474635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 36.6%
G = 36.08%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#474635 (or 0x474635) is known color: Camouflage. HEX triplet: 47, 46 and 35. RGB value is (71,70,53). Sum of RGB (Red+Green+Blue) = 71+70+53=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #474635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474635 is #B8B9CA. Grayscale: #444444. Windows color (decimal): -12106187 or 3491399. OLE color: 3491399.

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

Color convert

RGB 71 70 53 -
CMYK 0 0.01 0.25 0.72
HSL 56.67º 0.15% 0.24% -
HSV(B) 56.67º 0.25% 0.28% -
XYZ 5.43 5.98 4.24 -
YUV 68.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 71 70 53 0 0.01 0.25 0.72 56.67 0.15 0.24
Hex 47 46 35 0 1 19 48 39 F 18
Octal 107 106 65 0 1 31 110 71 17 30
Binary 1000111 1000110 110101 0 1 11001 1001000 111001 1111 11000

Color Harmonies of #474635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474635

Black with #474635

Text Example


Text Example

White with #474635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474635; }

 p { color: rgb(71,70,53); }

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

background-color css

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

 a { background-color: rgb(71,70,53); }

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

border-color css

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

 span { border-color: rgb(71,70,53); }

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