#509447

Color #509447 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #509447

Tints of Fruit Salad #509447

Color information

#509447 (or 0x509447) is unknown color: approx Fruit Salad. HEX triplet: 50, 94 and 47. RGB value is (80,148,71). Sum of RGB (Red+Green+Blue) = 80+148+71=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #509447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509447 is #AF6BB8. Grayscale: #777777. Windows color (decimal): -11496377 or 4691024. OLE color: 4691024.

HSL color Cylindrical-coordinate representation of color #509447: hue angle of 112.99º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #509447 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB8014871-
CMYK0.4600.520.42
HSL112.99º35.16%42.94%-
HSV(B)112.99º52.03%58.04%-
XYZ15.0423.349.67-
YUV118.89100.97100.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 148 (58.20% from 255) = 49.50%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=26.76%
G=49.50%
B=23.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148710.4600.520.42112.9935.1642.94
Hex5094472E0342A71232b
Octal12022410756064521614353
Binary101000010010100100011110111001101001010101110001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509447; }

 p { color: rgb(80,148,71); }

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

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

 a { background-color: rgb(80,148,71); }

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

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

 span { border-color: rgb(80,148,71); }

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