#509348

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

Shades of Fruit Salad #509348

Tints of Fruit Salad #509348

Color information

#509348 (or 0x509348) is unknown color: approx Fruit Salad. HEX triplet: 50, 93 and 48. RGB value is (80,147,72). Sum of RGB (Red+Green+Blue) = 80+147+72=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #509348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509348 is #AF6CB7. Grayscale: #767676. Windows color (decimal): -11496632 or 4756304. OLE color: 4756304.

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

Color convert

RGB8014772-
CMYK0.4600.510.42
HSL113.6º34.25%42.94%-
HSV(B)113.6º51.02%57.65%-
XYZ14.9123.049.79-
YUV118.42101.8100.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 147 (57.81% from 255) = 49.16%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=26.76%
G=49.16%
B=24.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80147720.4600.510.42113.634.2542.94
Hex5093482E0332A72222b
Octal12022311056063521624253
Binary101000010010011100100010111001100111010101110010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509348; }

 p { color: rgb(80,147,72); }

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

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

 a { background-color: rgb(80,147,72); }

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

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

 span { border-color: rgb(80,147,72); }

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