#519B5D

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

Shades of Fruit Salad #519B5D

Tints of Fruit Salad #519B5D

Color information

#519B5D (or 0x519B5D) is unknown color: approx Fruit Salad. HEX triplet: 51, 9B and 5D. RGB value is (81,155,93). Sum of RGB (Red+Green+Blue) = 81+155+93=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #519B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B5D is #AE64A2. Grayscale: #7D7D7D. Windows color (decimal): -11429027 or 6134609. OLE color: 6134609.

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

Color convert

RGB8115593-
CMYK0.4800.40.39
HSL129.73º31.36%46.27%-
HSV(B)129.73º47.74%60.78%-
XYZ17.0925.9814.47-
YUV125.81109.4896.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=24.62%
G=47.11%
B=28.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155930.4800.40.39129.7331.3646.27
Hex519B5D3002827821f2e
Octal12123313560050472023756
Binary101000110011011101110111000001010001001111000001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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