#509446

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

Shades of Fruit Salad #509446

Tints of Fruit Salad #509446

Color information

#509446 (or 0x509446) is unknown color: approx Fruit Salad. HEX triplet: 50, 94 and 46. RGB value is (80,148,70). Sum of RGB (Red+Green+Blue) = 80+148+70=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #509446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509446 is #AF6BB9. Grayscale: #777777. Windows color (decimal): -11496378 or 4625488. OLE color: 4625488.

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

Color convert

RGB8014870-
CMYK0.4600.530.42
HSL112.31º35.78%42.75%-
HSV(B)112.31º52.7%58.04%-
XYZ1523.339.51-
YUV118.78100.47100.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 148 (58.20% from 255) = 49.66%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=26.85%
G=49.66%
B=23.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148700.4600.530.42112.3135.7842.75
Hex5094462E0352A70242b
Octal12022410656065521604453
Binary101000010010100100011010111001101011010101110000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509446; }

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

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

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

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

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

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

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

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