Html Css Color HEX #475944 Grey-Asparagus

📋 copy color: '#475944'

red 71 ◦ green 89 ◦ blue 68

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

Shades of Grey-Asparagus #475944

Tints of Grey-Asparagus #475944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

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

R = 31.14%
G = 39.04%
B = 29.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#475944 (or 0x475944) is known color: Grey-Asparagus. HEX triplet: 47, 59 and 44. RGB value is (71,89,68). Sum of RGB (Red+Green+Blue) = 71+89+68=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #475944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475944 is #B8A6BB. Grayscale: #515151. Windows color (decimal): -12101308 or 4479303. OLE color: 4479303.

HSL color Cylindrical-coordinate representation of color #475944: hue angle of 111.43º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475944 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 68 -
CMYK 0.20 0 0.24 0.65
HSL 111.43º 0.13% 0.31% -
HSV(B) 111.43º 0.24% 0.35% -
XYZ 7.21 8.9 6.81 -
YUV 81.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 71 89 68 0.20 0 0.24 0.65 111.43 0.13 0.31
Hex 47 59 44 14 0 18 41 6F D 1F
Octal 107 131 104 24 0 30 101 157 15 37
Binary 1000111 1011001 1000100 10100 0 11000 1000001 1101111 1101 11111

Color Harmonies of #475944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475944

Black with #475944

Text Example


Text Example

White with #475944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475944; }

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

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

background-color css

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

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

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

border-color css

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

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

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