#476744

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

Shades of Grey-Asparagus #476744

Tints of Grey-Asparagus #476744

Color information

#476744 (or 0x476744) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 67 and 44. RGB value is (71,103,68). Sum of RGB (Red+Green+Blue) = 71+103+68=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #476744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476744 is #B898BB. Grayscale: #595959. Windows color (decimal): -12097724 or 4482887. OLE color: 4482887.

HSL color Cylindrical-coordinate representation of color #476744: hue angle of 114.86º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476744 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB7110368-
CMYK0.3100.340.60
HSL114.86º20.47%33.53%-
HSV(B)114.86º33.98%40.39%-
XYZ8.4911.467.23-
YUV89.44115.9114.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 103 (40.62% from 255) = 42.56%
BLUE value IS 68 (26.95% from 255) = 28.10%
R=29.34%
G=42.56%
B=28.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103680.3100.340.60114.8620.4733.53
Hex4767441F0223C731422
Octal10714710437042741632442
Binary100011111001111000100111110100010111100111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476744; }

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

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

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

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

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

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

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

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