#475945

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

Shades of Grey-Asparagus #475945

Tints of Grey-Asparagus #475945

Color information

#475945 (or 0x475945) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 59 and 45. RGB value is (71,89,69). Sum of RGB (Red+Green+Blue) = 71+89+69=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #475945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475945 is #B8A6BA. Grayscale: #515151. Windows color (decimal): -12101307 or 4544839. OLE color: 4544839.

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

Color convert

RGB718969-
CMYK0.2000.220.65
HSL114º12.66%30.98%-
HSV(B)114º22.47%34.9%-
XYZ7.258.916.97-
YUV81.34121.04120.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 69 (27.34% from 255) = 30.13%
R=31.00%
G=38.86%
B=30.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189690.2000.220.6511412.6630.98
Hex475945140164172d1f
Octal107131105240261011621537
Binary1000111101100110001011010001011010000011110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475945; }

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

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

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

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

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

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

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

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