Html Css Color HEX #474628 Camouflage

📋 copy color: '#474628'

red 71 ◦ green 70 ◦ blue 40

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

Shades of Camouflage #474628

Tints of Camouflage #474628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 39.23%
G = 38.67%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#474628 (or 0x474628) is known color: Camouflage. HEX triplet: 47, 46 and 28. RGB value is (71,70,40). Sum of RGB (Red+Green+Blue) = 71+70+40=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #474628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474628 is #B8B9D7. Grayscale: #434343. Windows color (decimal): -12106200 or 2639431. OLE color: 2639431.

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

Color convert

RGB 71 70 40 -
CMYK 0 0.01 0.44 0.72
HSL 58.06º 0.28% 0.22% -
HSV(B) 58.06º 0.44% 0.28% -
XYZ 5.17 5.87 2.87 -
YUV 66.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 71 70 40 0 0.01 0.44 0.72 58.06 0.28 0.22
Hex 47 46 28 0 1 2C 48 3A 1C 16
Octal 107 106 50 0 1 54 110 72 34 26
Binary 1000111 1000110 101000 0 1 101100 1001000 111010 11100 10110

Color Harmonies of #474628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474628

Black with #474628

Text Example


Text Example

White with #474628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474628; }

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

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

background-color css

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

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

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

border-color css

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

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

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