#519B5C

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

Shades of Fruit Salad #519B5C

Tints of Fruit Salad #519B5C

Color information

#519B5C (or 0x519B5C) is unknown color: approx Fruit Salad. HEX triplet: 51, 9B and 5C. RGB value is (81,155,92). Sum of RGB (Red+Green+Blue) = 81+155+92=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #519B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B5C is #AE64A3. Grayscale: #7D7D7D. Windows color (decimal): -11429028 or 6069073. OLE color: 6069073.

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

Color convert

RGB8115592-
CMYK0.4800.410.39
HSL128.92º31.36%46.27%-
HSV(B)128.92º47.74%60.78%-
XYZ17.0525.9614.24-
YUV125.69108.9896.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 155 (60.94% from 255) = 47.26%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=24.70%
G=47.26%
B=28.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155920.4800.410.39128.9231.3646.27
Hex519B5C3002927811f2e
Octal12123313460051472013756
Binary101000110011011101110011000001010011001111000000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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