#475244

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

Shades of Grey-Asparagus #475244

Tints of Grey-Asparagus #475244

Color information

#475244 (or 0x475244) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 52 and 44. RGB value is (71,82,68). Sum of RGB (Red+Green+Blue) = 71+82+68=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #475244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475244 is #B8ADBB. Grayscale: #4D4D4D. Windows color (decimal): -12103100 or 4477511. OLE color: 4477511.

HSL color Cylindrical-coordinate representation of color #475244: hue angle of 107.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475244 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB718268-
CMYK0.1300.170.68
HSL107.14º9.33%29.41%-
HSV(B)107.14º17.07%32.16%-
XYZ6.667.796.62-
YUV77.11122.86123.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=32.13%
G=37.10%
B=30.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182680.1300.170.68107.149.3329.41
Hex475244D011446b91d
Octal107122104150211041531135
Binary100011110100101000100110101000110001001101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475244; }

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

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

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

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

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

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

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

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