#509C5A

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

Shades of Fruit Salad #509C5A

Tints of Fruit Salad #509C5A

Color information

#509C5A (or 0x509C5A) is unknown color: approx Fruit Salad. HEX triplet: 50, 9C and 5A. RGB value is (80,156,90). Sum of RGB (Red+Green+Blue) = 80+156+90=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #509C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C5A is #AF63A5. Grayscale: #7D7D7D. Windows color (decimal): -11494310 or 5938256. OLE color: 5938256.

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

Color convert

RGB8015690-
CMYK0.4900.420.39
HSL127.89º32.2%46.27%-
HSV(B)127.89º48.72%61.18%-
XYZ17.0426.2213.84-
YUV125.75107.8295.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 156 (61.33% from 255) = 47.85%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=24.54%
G=47.85%
B=27.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80156900.4900.420.39127.8932.246.27
Hex509C5A3102A2780202e
Octal12023413261052472004056
Binary1010000100111001011010110001010101010011110000000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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