Html Css Color HEX #475548 Grey-Asparagus

📋 copy color: '#475548'

red 71 ◦ green 85 ◦ blue 72

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

Shades of Grey-Asparagus #475548

Tints of Grey-Asparagus #475548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.58%

R = 31.14%
G = 37.28%
B = 31.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#475548 (or 0x475548) is known color: Grey-Asparagus. HEX triplet: 47, 55 and 48. RGB value is (71,85,72). Sum of RGB (Red+Green+Blue) = 71+85+72=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #475548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475548 is #B8AAB7. Grayscale: #4F4F4F. Windows color (decimal): -12102328 or 4740423. OLE color: 4740423.

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

Color convert

RGB 71 85 72 -
CMYK 0.16 0 0.15 0.67
HSL 124.29º 0.09% 0.31% -
HSV(B) 124.29º 0.16% 0.33% -
XYZ 7.02 8.3 7.36 -
YUV 79.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 71 85 72 0.16 0 0.15 0.67 124.29 0.09 0.31
Hex 47 55 48 10 0 F 43 7C 9 1F
Octal 107 125 110 20 0 17 103 174 11 37
Binary 1000111 1010101 1001000 10000 0 1111 1000011 1111100 1001 11111

Color Harmonies of #475548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475548

Black with #475548

Text Example


Text Example

White with #475548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475548; }

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

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

background-color css

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

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

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

border-color css

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

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

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