Html Css Color HEX #474629 Camouflage

📋 copy color: '#474629'

red 71 ◦ green 70 ◦ blue 41

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

Shades of Camouflage #474629

Tints of Camouflage #474629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 39.01%
G = 38.46%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#474629 (or 0x474629) is known color: Camouflage. HEX triplet: 47, 46 and 29. RGB value is (71,70,41). Sum of RGB (Red+Green+Blue) = 71+70+41=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #474629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474629 is #B8B9D6. Grayscale: #434343. Windows color (decimal): -12106199 or 2704967. OLE color: 2704967.

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

Color convert

RGB 71 70 41 -
CMYK 0 0.01 0.42 0.72
HSL 58º 0.27% 0.22% -
HSV(B) 58º 0.42% 0.28% -
XYZ 5.19 5.88 2.96 -
YUV 66.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 71 70 41 0 0.01 0.42 0.72 58 0.27 0.22
Hex 47 46 29 0 1 2A 48 3A 1B 16
Octal 107 106 51 0 1 52 110 72 33 26
Binary 1000111 1000110 101001 0 1 101010 1001000 111010 11011 10110

Color Harmonies of #474629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474629

Black with #474629

Text Example


Text Example

White with #474629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474629; }

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

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

background-color css

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

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

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

border-color css

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

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

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