Html Css Color HEX #474636 Camouflage

📋 copy color: '#474636'

red 71 ◦ green 70 ◦ blue 54

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

Shades of Camouflage #474636

Tints of Camouflage #474636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.69%

R = 36.41%
G = 35.9%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#474636 (or 0x474636) is known color: Camouflage. HEX triplet: 47, 46 and 36. RGB value is (71,70,54). Sum of RGB (Red+Green+Blue) = 71+70+54=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #474636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474636 is #B8B9C9. Grayscale: #444444. Windows color (decimal): -12106186 or 3556935. OLE color: 3556935.

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

Color convert

RGB 71 70 54 -
CMYK 0 0.01 0.24 0.72
HSL 56.47º 0.14% 0.25% -
HSV(B) 56.47º 0.24% 0.28% -
XYZ 5.45 5.99 4.36 -
YUV 68.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 71 70 54 0 0.01 0.24 0.72 56.47 0.14 0.25
Hex 47 46 36 0 1 18 48 38 E 19
Octal 107 106 66 0 1 30 110 70 16 31
Binary 1000111 1000110 110110 0 1 11000 1001000 111000 1110 11001

Color Harmonies of #474636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474636

Black with #474636

Text Example


Text Example

White with #474636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474636; }

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

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

background-color css

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

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

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

border-color css

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

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

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