Html Css Color HEX #475444 Grey-Asparagus

📋 copy color: '#475444'

red 71 ◦ green 84 ◦ blue 68

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

Shades of Grey-Asparagus #475444

Tints of Grey-Asparagus #475444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

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

R = 31.84%
G = 37.67%
B = 30.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#475444 (or 0x475444) is known color: Grey-Asparagus. HEX triplet: 47, 54 and 44. RGB value is (71,84,68). Sum of RGB (Red+Green+Blue) = 71+84+68=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #475444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475444 is #B8ABBB. Grayscale: #4E4E4E. Windows color (decimal): -12102588 or 4478023. OLE color: 4478023.

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

Color convert

RGB 71 84 68 -
CMYK 0.15 0 0.19 0.67
HSL 108.75º 0.11% 0.3% -
HSV(B) 108.75º 0.19% 0.33% -
XYZ 6.81 8.1 6.67 -
YUV 78.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 71 84 68 0.15 0 0.19 0.67 108.75 0.11 0.3
Hex 47 54 44 F 0 13 43 6D B 1E
Octal 107 124 104 17 0 23 103 155 13 36
Binary 1000111 1010100 1000100 1111 0 10011 1000011 1101101 1011 11110

Color Harmonies of #475444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475444

Black with #475444

Text Example


Text Example

White with #475444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475444; }

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

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

background-color css

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

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

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

border-color css

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

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

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