#519153

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

Shades of Fruit Salad #519153

Tints of Fruit Salad #519153

Color information

#519153 (or 0x519153) is unknown color: approx Fruit Salad. HEX triplet: 51, 91 and 53. RGB value is (81,145,83). Sum of RGB (Red+Green+Blue) = 81+145+83=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #519153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519153 is #AE6EAC. Grayscale: #767676. Windows color (decimal): -11431597 or 5476689. OLE color: 5476689.

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

Color convert

RGB8114583-
CMYK0.4400.430.43
HSL121.88º28.32%44.31%-
HSV(B)121.88º44.14%56.86%-
XYZ15.0822.6211.76-
YUV118.8107.8101.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 83 (32.81% from 255) = 26.86%
R=26.21%
G=46.93%
B=26.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81145830.4400.430.43121.8828.3244.31
Hex5191532C02B2B7a1c2c
Octal12122112354053531723454
Binary10100011001000110100111011000101011101011111101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519153; }

 p { color: rgb(81,145,83); }

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

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

 a { background-color: rgb(81,145,83); }

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

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

 span { border-color: rgb(81,145,83); }

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