#509852

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

Shades of Fruit Salad #509852

Tints of Fruit Salad #509852

Color information

#509852 (or 0x509852) is unknown color: approx Fruit Salad. HEX triplet: 50, 98 and 52. RGB value is (80,152,82). Sum of RGB (Red+Green+Blue) = 80+152+82=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #509852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509852 is #AF67AD. Grayscale: #7A7A7A. Windows color (decimal): -11495342 or 5412944. OLE color: 5412944.

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

Color convert

RGB8015282-
CMYK0.4700.460.40
HSL121.67º31.03%45.49%-
HSV(B)121.67º47.37%59.61%-
XYZ16.0624.7711.92-
YUV122.49105.1597.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=25.48%
G=48.41%
B=26.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152820.4700.460.40121.6731.0345.49
Hex5098522F02E287a1f2d
Octal12023012257056501723755
Binary10100001001100010100101011110101110101000111101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509852; }

 p { color: rgb(80,152,82); }

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

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

 a { background-color: rgb(80,152,82); }

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

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

 span { border-color: rgb(80,152,82); }

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