#509E4D

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

Shades of Fruit Salad #509E4D

Tints of Fruit Salad #509E4D

Color information

#509E4D (or 0x509E4D) is unknown color: approx Fruit Salad. HEX triplet: 50, 9E and 4D. RGB value is (80,158,77). Sum of RGB (Red+Green+Blue) = 80+158+77=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #509E4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E4D is #AF61B2. Grayscale: #7D7D7D. Windows color (decimal): -11493811 or 5086800. OLE color: 5086800.

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

Color convert

RGB8015877-
CMYK0.4900.510.38
HSL117.78º34.47%46.08%-
HSV(B)117.78º51.27%61.96%-
XYZ16.8726.711.28-
YUV125.44100.6695.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 158 (62.11% from 255) = 50.16%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=25.40%
G=50.16%
B=24.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80158770.4900.510.38117.7834.4746.08
Hex509E4D310332676222e
Octal12023611561063461664256
Binary101000010011110100110111000101100111001101110110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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