#509951

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

Shades of Fruit Salad #509951

Tints of Fruit Salad #509951

Color information

#509951 (or 0x509951) is unknown color: approx Fruit Salad. HEX triplet: 50, 99 and 51. RGB value is (80,153,81). Sum of RGB (Red+Green+Blue) = 80+153+81=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #509951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509951 is #AF66AE. Grayscale: #7B7B7B. Windows color (decimal): -11495087 or 5347664. OLE color: 5347664.

HSL color Cylindrical-coordinate representation of color #509951: hue angle of 120.82º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509951 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB8015381-
CMYK0.4800.470.4
HSL120.82º31.33%45.69%-
HSV(B)120.82º47.71%60%-
XYZ16.1825.0811.77-
YUV122.96104.3297.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 153 (60.16% from 255) = 48.73%
BLUE value IS 81 (32.03% from 255) = 25.80%
R=25.48%
G=48.73%
B=25.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153810.4800.470.4120.8231.3345.69
Hex5099513002F28791f2e
Octal12023112160057501713756
Binary10100001001100110100011100000101111101000111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509951; }

 p { color: rgb(80,153,81); }

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

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

 a { background-color: rgb(80,153,81); }

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

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

 span { border-color: rgb(80,153,81); }

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