#509C5B

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

Shades of Fruit Salad #509C5B

Tints of Fruit Salad #509C5B

Color information

#509C5B (or 0x509C5B) is unknown color: approx Fruit Salad. HEX triplet: 50, 9C and 5B. RGB value is (80,156,91). Sum of RGB (Red+Green+Blue) = 80+156+91=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #509C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C5B is #AF63A4. Grayscale: #7E7E7E. Windows color (decimal): -11494309 or 6003792. OLE color: 6003792.

HSL color Cylindrical-coordinate representation of color #509C5B: hue angle of 128.68º 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 #509C5B is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB8015691-
CMYK0.4900.420.39
HSL128.68º32.2%46.27%-
HSV(B)128.68º48.72%61.18%-
XYZ17.0926.2414.06-
YUV125.87108.3295.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 156 (61.33% from 255) = 47.71%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=24.46%
G=47.71%
B=27.83%

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
Decimal80156910.4900.420.39128.6832.246.27
Hex509C5B3102A2781202e
Octal12023413361052472014056
Binary1010000100111001011011110001010101010011110000001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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