#509A43

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

Shades of Fruit Salad #509A43

Tints of Fruit Salad #509A43

Color information

#509A43 (or 0x509A43) is unknown color: approx Fruit Salad. HEX triplet: 50, 9A and 43. RGB value is (80,154,67). Sum of RGB (Red+Green+Blue) = 80+154+67=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #509A43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509A43 is #AF65BC. Grayscale: #7A7A7A. Windows color (decimal): -11494845 or 4430416. OLE color: 4430416.

HSL color Cylindrical-coordinate representation of color #509A43: hue angle of 111.03º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #509A43 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB8015467-
CMYK0.4800.560.40
HSL111.03º39.37%43.33%-
HSV(B)111.03º56.49%60.39%-
XYZ15.8825.229.34-
YUV121.9696.9898.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 154 (60.55% from 255) = 51.16%
BLUE value IS 67 (26.56% from 255) = 22.26%
R=26.58%
G=51.16%
B=22.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80154670.4800.560.40111.0339.3743.33
Hex509A4330038286f272b
Octal12023210360070501574753
Binary101000010011010100001111000001110001010001101111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509A43; }

 p { color: rgb(80,154,67); }

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

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

 a { background-color: rgb(80,154,67); }

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

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

 span { border-color: rgb(80,154,67); }

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