#509052

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

Shades of Fruit Salad #509052

Tints of Fruit Salad #509052

Color information

#509052 (or 0x509052) is unknown color: approx Fruit Salad. HEX triplet: 50, 90 and 52. RGB value is (80,144,82). Sum of RGB (Red+Green+Blue) = 80+144+82=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #509052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509052 is #AF6FAD. Grayscale: #757575. Windows color (decimal): -11497390 or 5410896. OLE color: 5410896.

HSL color Cylindrical-coordinate representation of color #509052: hue angle of 121.88º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #509052 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB8014482-
CMYK0.4400.430.44
HSL121.88º28.57%43.92%-
HSV(B)121.88º44.44%56.47%-
XYZ14.822.2611.5-
YUV117.8107.8101.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=26.14%
G=47.06%
B=26.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80144820.4400.430.44121.8828.5743.92
Hex5090522C02B2C7a1d2c
Octal12022012254053541723554
Binary10100001001000010100101011000101011101100111101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509052; }

 p { color: rgb(80,144,82); }

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

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

 a { background-color: rgb(80,144,82); }

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

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

 span { border-color: rgb(80,144,82); }

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