#519E5B

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

Shades of Fruit Salad #519E5B

Tints of Fruit Salad #519E5B

Color information

#519E5B (or 0x519E5B) is unknown color: approx Fruit Salad. HEX triplet: 51, 9E and 5B. RGB value is (81,158,91). Sum of RGB (Red+Green+Blue) = 81+158+91=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #519E5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E5B is #AE61A4. Grayscale: #7F7F7F. Windows color (decimal): -11428261 or 6004305. OLE color: 6004305.

HSL color Cylindrical-coordinate representation of color #519E5B: hue angle of 127.79º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519E5B is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB8115891-
CMYK0.4900.420.38
HSL127.79º32.22%46.86%-
HSV(B)127.79º48.73%61.96%-
XYZ17.5126.9614.18-
YUV127.34107.4994.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 158 (62.11% from 255) = 47.88%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=24.55%
G=47.88%
B=27.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81158910.4900.420.38127.7932.2246.86
Hex519E5B3102A2680202f
Octal12123613361052462004057
Binary1010001100111101011011110001010101010011010000000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,158,91); }

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

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

 a { background-color: rgb(81,158,91); }

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

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

 span { border-color: rgb(81,158,91); }

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