#519D3F

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

Shades of Fruit Salad #519D3F

Tints of Fruit Salad #519D3F

Color information

#519D3F (or 0x519D3F) is unknown color: approx Fruit Salad. HEX triplet: 51, 9D and 3F. RGB value is (81,157,63). Sum of RGB (Red+Green+Blue) = 81+157+63=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #519D3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D3F is #AE62C0. Grayscale: #7B7B7B. Windows color (decimal): -11428545 or 4169041. OLE color: 4169041.

HSL color Cylindrical-coordinate representation of color #519D3F: hue angle of 108.51º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #519D3F is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB8115763-
CMYK0.4800.600.38
HSL108.51º42.73%43.14%-
HSV(B)108.51º59.87%61.57%-
XYZ16.3526.228.9-
YUV123.5693.8297.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 157 (61.72% from 255) = 52.16%
BLUE value IS 63 (25% from 255) = 20.93%
R=26.91%
G=52.16%
B=20.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81157630.4800.600.38108.5142.7343.14
Hex519D3F3003C266d2b2b
Octal1212357760074461555353
Binary10100011001110111111111000001111001001101101101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,157,63); }

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

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

 a { background-color: rgb(81,157,63); }

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

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

 span { border-color: rgb(81,157,63); }

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