Html Css Color HEX #475544 Grey-Asparagus

📋 copy color: '#475544'

red 71 ◦ green 85 ◦ blue 68

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

Shades of Grey-Asparagus #475544

Tints of Grey-Asparagus #475544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.95%

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

R = 31.7%
G = 37.95%
B = 30.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#475544 (or 0x475544) is known color: Grey-Asparagus. HEX triplet: 47, 55 and 44. RGB value is (71,85,68). Sum of RGB (Red+Green+Blue) = 71+85+68=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #475544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475544 is #B8AABB. Grayscale: #4E4E4E. Windows color (decimal): -12102332 or 4478279. OLE color: 4478279.

HSL color Cylindrical-coordinate representation of color #475544: hue angle of 109.41º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475544 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 68 -
CMYK 0.16 0 0.20 0.67
HSL 109.41º 0.11% 0.3% -
HSV(B) 109.41º 0.2% 0.33% -
XYZ 6.89 8.25 6.7 -
YUV 78.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 71 85 68 0.16 0 0.20 0.67 109.41 0.11 0.3
Hex 47 55 44 10 0 14 43 6D B 1E
Octal 107 125 104 20 0 24 103 155 13 36
Binary 1000111 1010101 1000100 10000 0 10100 1000011 1101101 1011 11110

Color Harmonies of #475544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475544

Black with #475544

Text Example


Text Example

White with #475544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475544; }

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

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

background-color css

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

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

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

border-color css

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

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

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