#509251

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

Shades of Fruit Salad #509251

Tints of Fruit Salad #509251

Color information

#509251 (or 0x509251) is unknown color: approx Fruit Salad. HEX triplet: 50, 92 and 51. RGB value is (80,146,81). Sum of RGB (Red+Green+Blue) = 80+146+81=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #509251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509251 is #AF6DAE. Grayscale: #777777. Windows color (decimal): -11496879 or 5345872. OLE color: 5345872.

HSL color Cylindrical-coordinate representation of color #509251: hue angle of 120.91º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509251 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB8014681-
CMYK0.4500.450.43
HSL120.91º29.2%44.31%-
HSV(B)120.91º45.21%57.25%-
XYZ15.0722.8611.4-
YUV118.86106.63100.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=26.06%
G=47.56%
B=26.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146810.4500.450.43120.9129.244.31
Hex5092512D02D2B791d2c
Octal12022212155055531713554
Binary10100001001001010100011011010101101101011111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509251; }

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

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

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

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

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

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

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

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