Html Css Color HEX #474634 Camouflage

📋 copy color: '#474634'

red 71 ◦ green 70 ◦ blue 52

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

Shades of Camouflage #474634

Tints of Camouflage #474634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 36.79%
G = 36.27%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#474634 (or 0x474634) is known color: Camouflage. HEX triplet: 47, 46 and 34. RGB value is (71,70,52). Sum of RGB (Red+Green+Blue) = 71+70+52=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 71 - color contains mainly: red. Hex color #474634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474634 is #B8B9CB. Grayscale: #444444. Windows color (decimal): -12106188 or 3425863. OLE color: 3425863.

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

Color convert

RGB 71 70 52 -
CMYK 0 0.01 0.27 0.72
HSL 56.84º 0.15% 0.24% -
HSV(B) 56.84º 0.27% 0.28% -
XYZ 5.41 5.97 4.12 -
YUV 68.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 71 70 52 0 0.01 0.27 0.72 56.84 0.15 0.24
Hex 47 46 34 0 1 1B 48 39 F 18
Octal 107 106 64 0 1 33 110 71 17 30
Binary 1000111 1000110 110100 0 1 11011 1001000 111001 1111 11000

Color Harmonies of #474634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474634

Black with #474634

Text Example


Text Example

White with #474634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474634; }

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

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

background-color css

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

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

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

border-color css

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

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

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