#519c4d

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

Shades of Fruit Salad #519C4D

Tints of Fruit Salad #519C4D

Color information

#519C4D (or 0x519C4D) is unknown color: approx Fruit Salad. HEX triplet: 51, 9C and 4D. RGB value is (81,156,77). Sum of RGB (Red+Green+Blue) = 81+156+77=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #519C4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C4D is #AE63B2. Grayscale: #7C7C7C. Windows color (decimal): -11428787 or 5086289. OLE color: 5086289.

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

Color convert

RGB8115677-
CMYK0.4800.510.39
HSL116.96º33.91%45.69%-
HSV(B)116.96º50.64%61.18%-
XYZ16.6226.0611.18-
YUV124.57101.1596.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 156 (61.33% from 255) = 49.68%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=25.80%
G=49.68%
B=24.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81156770.4800.510.39116.9633.9145.69
Hex519C4D300332775222e
Octal12123411560063471654256
Binary101000110011100100110111000001100111001111110101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519c4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,156,77); }

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

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

 a { background-color: rgb(81,156,77); }

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

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

 span { border-color: rgb(81,156,77); }

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