#508D58

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

Shades of Fruit Salad #508D58

Tints of Fruit Salad #508D58

Color information

#508D58 (or 0x508D58) is unknown color: approx Fruit Salad. HEX triplet: 50, 8D and 58. RGB value is (80,141,88). Sum of RGB (Red+Green+Blue) = 80+141+88=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #508D58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D58 is #AF72A7. Grayscale: #747474. Windows color (decimal): -11498152 or 5803344. OLE color: 5803344.

HSL color Cylindrical-coordinate representation of color #508D58: hue angle of 127.87º 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 #508D58 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB8014188-
CMYK0.4300.380.45
HSL127.87º27.6%43.33%-
HSV(B)127.87º43.26%55.29%-
XYZ14.5921.4612.61-
YUV116.72111.79101.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 141 (55.47% from 255) = 45.63%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=25.89%
G=45.63%
B=28.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80141880.4300.380.45127.8727.643.33
Hex508D582B0262D801c2b
Octal12021513053046552003453
Binary101000010001101101100010101101001101011011000000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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