#509252

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

Shades of Fruit Salad #509252

Tints of Fruit Salad #509252

Color information

#509252 (or 0x509252) is unknown color: approx Fruit Salad. HEX triplet: 50, 92 and 52. RGB value is (80,146,82). Sum of RGB (Red+Green+Blue) = 80+146+82=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #509252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509252 is #AF6DAD. Grayscale: #777777. Windows color (decimal): -11496878 or 5411408. OLE color: 5411408.

HSL color Cylindrical-coordinate representation of color #509252: hue angle of 121.82º 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 #509252 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB8014682-
CMYK0.4500.440.43
HSL121.82º29.2%44.31%-
HSV(B)121.82º45.21%57.25%-
XYZ15.1122.8711.6-
YUV118.97107.13100.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 146 (57.42% from 255) = 47.40%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=25.97%
G=47.40%
B=26.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146820.4500.440.43121.8229.244.31
Hex5092522D02C2B7a1d2c
Octal12022212255054531723554
Binary10100001001001010100101011010101100101011111101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509252; }

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

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

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

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

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

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

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

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