#519353

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

Shades of Fruit Salad #519353

Tints of Fruit Salad #519353

Color information

#519353 (or 0x519353) is unknown color: approx Fruit Salad. HEX triplet: 51, 93 and 53. RGB value is (81,147,83). Sum of RGB (Red+Green+Blue) = 81+147+83=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #519353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519353 is #AE6CAC. Grayscale: #787878. Windows color (decimal): -11431085 or 5477201. OLE color: 5477201.

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

Color convert

RGB8114783-
CMYK0.4500.440.42
HSL121.82º28.95%44.71%-
HSV(B)121.82º44.9%57.65%-
XYZ15.3923.2411.86-
YUV119.97107.13100.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 83 (32.81% from 255) = 26.69%
R=26.05%
G=47.27%
B=26.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147830.4500.440.42121.8228.9544.71
Hex5193532D02C2A7a1d2d
Octal12122312355054521723555
Binary10100011001001110100111011010101100101010111101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519353; }

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

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

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

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

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

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

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

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