#509952

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

Shades of Fruit Salad #509952

Tints of Fruit Salad #509952

Color information

#509952 (or 0x509952) is unknown color: approx Fruit Salad. HEX triplet: 50, 99 and 52. RGB value is (80,153,82). Sum of RGB (Red+Green+Blue) = 80+153+82=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #509952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509952 is #AF66AD. Grayscale: #7B7B7B. Windows color (decimal): -11495086 or 5413200. OLE color: 5413200.

HSL color Cylindrical-coordinate representation of color #509952: hue angle of 121.64º 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 #509952 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB8015382-
CMYK0.4800.460.4
HSL121.64º31.33%45.69%-
HSV(B)121.64º47.71%60%-
XYZ16.2225.111.97-
YUV123.08104.8297.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=25.40%
G=48.57%
B=26.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153820.4800.460.4121.6431.3345.69
Hex5099523002E287a1f2e
Octal12023112260056501723756
Binary10100001001100110100101100000101110101000111101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509952; }

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

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

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

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

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

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

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

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