#519B48

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

Shades of Fruit Salad #519B48

Tints of Fruit Salad #519B48

Color information

#519B48 (or 0x519B48) is unknown color: approx Fruit Salad. HEX triplet: 51, 9B and 48. RGB value is (81,155,72). Sum of RGB (Red+Green+Blue) = 81+155+72=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #519B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B48 is #AE64B7. Grayscale: #7B7B7B. Windows color (decimal): -11429048 or 4758353. OLE color: 4758353.

HSL color Cylindrical-coordinate representation of color #519B48: hue angle of 113.49º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #519B48 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB8115572-
CMYK0.4800.540.39
HSL113.49º36.56%44.51%-
HSV(B)113.49º53.55%60.78%-
XYZ16.2825.6610.23-
YUV123.4198.9897.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 155 (60.94% from 255) = 50.32%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=26.30%
G=50.32%
B=23.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155720.4800.540.39113.4936.5644.51
Hex519B48300362771252d
Octal12123311060066471614555
Binary101000110011011100100011000001101101001111110001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519B48; }

 p { color: rgb(81,155,72); }

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

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

 a { background-color: rgb(81,155,72); }

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

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

 span { border-color: rgb(81,155,72); }

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