#475848

Color #475848 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #475848

Tints of Grey-Asparagus #475848

Color information

#475848 (or 0x475848) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 58 and 48. RGB value is (71,88,72). Sum of RGB (Red+Green+Blue) = 71+88+72=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #475848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475848 is #B8A7B7. Grayscale: #515151. Windows color (decimal): -12101560 or 4741191. OLE color: 4741191.

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

Color convert

RGB718872-
CMYK0.1900.180.65
HSL123.53º10.69%31.18%-
HSV(B)123.53º19.32%34.51%-
XYZ7.268.797.44-
YUV81.09122.87120.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=30.74%
G=38.10%
B=31.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188720.1900.180.65123.5310.6931.18
Hex47584813012417cb1f
Octal107130110230221011741337
Binary1000111101100010010001001101001010000011111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475848; }

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

 H1.HeaderClassName
 {
   color: #475848;
 }
 .AnyTagClassName
 {
   color: #475848;
 }
</style>
background-color css

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

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

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

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

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

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