Html Css Color HEX #474536 Camouflage

📋 copy color: '#474536'

red 71 ◦ green 69 ◦ blue 54

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

Shades of Camouflage #474536

Tints of Camouflage #474536

RGB

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

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

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

R = 36.6%
G = 35.57%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#474536 (or 0x474536) is known color: Camouflage. HEX triplet: 47, 45 and 36. RGB value is (71,69,54). Sum of RGB (Red+Green+Blue) = 71+69+54=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #474536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474536 is #B8BAC9. Grayscale: #434343. Windows color (decimal): -12106442 or 3556679. OLE color: 3556679.

HSL color Cylindrical-coordinate representation of color #474536: hue angle of 52.94º 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 #474536 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 54 -
CMYK 0 0.03 0.24 0.72
HSL 52.94º 0.14% 0.25% -
HSV(B) 52.94º 0.24% 0.28% -
XYZ 5.39 5.86 4.34 -
YUV 67.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 71 69 54 0 0.03 0.24 0.72 52.94 0.14 0.25
Hex 47 45 36 0 3 18 48 35 E 19
Octal 107 105 66 0 3 30 110 65 16 31
Binary 1000111 1000101 110110 0 11 11000 1001000 110101 1110 11001

Color Harmonies of #474536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474536

Black with #474536

Text Example


Text Example

White with #474536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474536; }

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

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

background-color css

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

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

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

border-color css

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

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

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