#509C4E

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

Shades of Fruit Salad #509C4E

Tints of Fruit Salad #509C4E

Color information

#509C4E (or 0x509C4E) is unknown color: approx Fruit Salad. HEX triplet: 50, 9C and 4E. RGB value is (80,156,78). Sum of RGB (Red+Green+Blue) = 80+156+78=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #509C4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C4E is #AF63B1. Grayscale: #7C7C7C. Windows color (decimal): -11494322 or 5151824. OLE color: 5151824.

HSL color Cylindrical-coordinate representation of color #509C4E: hue angle of 118.46º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509C4E is Cyan = 0.49, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB8015678-
CMYK0.4900.50.39
HSL118.46º33.33%45.88%-
HSV(B)118.46º50%61.18%-
XYZ16.5726.0311.36-
YUV124.38101.8296.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 156 (61.33% from 255) = 49.68%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=25.48%
G=49.68%
B=24.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80156780.4900.50.39118.4633.3345.88
Hex509C4E310322776212e
Octal12023411661062471664156
Binary101000010011100100111011000101100101001111110110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,156,78); }

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

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

 a { background-color: rgb(80,156,78); }

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

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

 span { border-color: rgb(80,156,78); }

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