Html Css Color HEX #475644 Grey-Asparagus

📋 copy color: '#475644'

red 71 ◦ green 86 ◦ blue 68

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

Shades of Grey-Asparagus #475644

Tints of Grey-Asparagus #475644

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

 BLUE value IS 68 (26.95% from 255) = 30.22%

R = 31.56%
G = 38.22%
B = 30.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#475644 (or 0x475644) is known color: Grey-Asparagus. HEX triplet: 47, 56 and 44. RGB value is (71,86,68). Sum of RGB (Red+Green+Blue) = 71+86+68=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #475644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475644 is #B8A9BB. Grayscale: #4F4F4F. Windows color (decimal): -12102076 or 4478535. OLE color: 4478535.

HSL color Cylindrical-coordinate representation of color #475644: hue angle of 110º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475644 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 68 -
CMYK 0.17 0 0.21 0.66
HSL 110º 0.12% 0.3% -
HSV(B) 110º 0.21% 0.34% -
XYZ 6.97 8.41 6.73 -
YUV 79.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 71 86 68 0.17 0 0.21 0.66 110 0.12 0.3
Hex 47 56 44 11 0 15 42 6E C 1E
Octal 107 126 104 21 0 25 102 156 14 36
Binary 1000111 1010110 1000100 10001 0 10101 1000010 1101110 1100 11110

Color Harmonies of #475644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475644

Black with #475644

Text Example


Text Example

White with #475644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475644; }

 p { color: rgb(71,86,68); }

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

background-color css

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

 a { background-color: rgb(71,86,68); }

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

border-color css

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

 span { border-color: rgb(71,86,68); }

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