#475948

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

Shades of Grey-Asparagus #475948

Tints of Grey-Asparagus #475948

Color information

#475948 (or 0x475948) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 59 and 48. RGB value is (71,89,72). Sum of RGB (Red+Green+Blue) = 71+89+72=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #475948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475948 is #B8A6B7. Grayscale: #515151. Windows color (decimal): -12101304 or 4741447. OLE color: 4741447.

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

Color convert

RGB718972-
CMYK0.2000.190.65
HSL123.33º11.25%31.37%-
HSV(B)123.33º20.22%34.9%-
XYZ7.348.957.47-
YUV81.68122.54120.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=30.60%
G=38.36%
B=31.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189720.2000.190.65123.3311.2531.37
Hex47594814013417bb1f
Octal107131110240231011731337
Binary1000111101100110010001010001001110000011111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475948; }

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

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

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

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

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

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

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

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