#508D56

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

Shades of Fruit Salad #508D56

Tints of Fruit Salad #508D56

Color information

#508D56 (or 0x508D56) is unknown color: approx Fruit Salad. HEX triplet: 50, 8D and 56. RGB value is (80,141,86). Sum of RGB (Red+Green+Blue) = 80+141+86=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #508D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D56 is #AF72A9. Grayscale: #747474. Windows color (decimal): -11498154 or 5672272. OLE color: 5672272.

HSL color Cylindrical-coordinate representation of color #508D56: hue angle of 125.9º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D56 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB8014186-
CMYK0.4300.390.45
HSL125.9º27.6%43.33%-
HSV(B)125.9º43.26%55.29%-
XYZ14.5121.4312.18-
YUV116.49110.79101.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=26.06%
G=45.93%
B=28.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80141860.4300.390.45125.927.643.33
Hex508D562B0272D7e1c2b
Octal12021512653047551763453
Binary10100001000110110101101010110100111101101111111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508D56; }

 p { color: rgb(80,141,86); }

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

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

 a { background-color: rgb(80,141,86); }

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

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

 span { border-color: rgb(80,141,86); }

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