#519E5C

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

Shades of Fruit Salad #519E5C

Tints of Fruit Salad #519E5C

Color information

#519E5C (or 0x519E5C) is unknown color: approx Fruit Salad. HEX triplet: 51, 9E and 5C. RGB value is (81,158,92). Sum of RGB (Red+Green+Blue) = 81+158+92=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #519E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E5C is #AE61A3. Grayscale: #7F7F7F. Windows color (decimal): -11428260 or 6069841. OLE color: 6069841.

HSL color Cylindrical-coordinate representation of color #519E5C: hue angle of 128.57º 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 #519E5C is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB8115892-
CMYK0.4900.420.38
HSL128.57º32.22%46.86%-
HSV(B)128.57º48.73%61.96%-
XYZ17.5526.9814.41-
YUV127.45107.9994.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 158 (62.11% from 255) = 47.73%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=24.47%
G=47.73%
B=27.79%

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
Decimal81158920.4900.420.38128.5732.2246.86
Hex519E5C3102A2681202f
Octal12123613461052462014057
Binary1010001100111101011100110001010101010011010000001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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