#509E5D

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

Shades of Fruit Salad #509E5D

Tints of Fruit Salad #509E5D

Color information

#509E5D (or 0x509E5D) is unknown color: approx Fruit Salad. HEX triplet: 50, 9E and 5D. RGB value is (80,158,93). Sum of RGB (Red+Green+Blue) = 80+158+93=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #509E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E5D is #AF61A2. Grayscale: #7F7F7F. Windows color (decimal): -11493795 or 6135376. OLE color: 6135376.

HSL color Cylindrical-coordinate representation of color #509E5D: hue angle of 130º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E5D is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB8015893-
CMYK0.4900.410.38
HSL130º32.77%46.67%-
HSV(B)130º49.37%61.96%-
XYZ17.5126.9514.63-
YUV127.27108.6694.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 158 (62.11% from 255) = 47.73%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=24.17%
G=47.73%
B=28.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80158930.4900.410.3813032.7746.67
Hex509E5D310292682212f
Octal12023613561051462024157
Binary1010000100111101011101110001010100110011010000010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,158,93); }

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

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

 a { background-color: rgb(80,158,93); }

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

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

 span { border-color: rgb(80,158,93); }

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