#519D5C

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

Shades of Fruit Salad #519D5C

Tints of Fruit Salad #519D5C

Color information

#519D5C (or 0x519D5C) is unknown color: approx Fruit Salad. HEX triplet: 51, 9D and 5C. RGB value is (81,157,92). Sum of RGB (Red+Green+Blue) = 81+157+92=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #519D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D5C is #AE62A3. Grayscale: #7F7F7F. Windows color (decimal): -11428516 or 6069585. OLE color: 6069585.

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

Color convert

RGB8115792-
CMYK0.4800.410.38
HSL128.68º31.93%46.67%-
HSV(B)128.68º48.41%61.57%-
XYZ17.3826.6414.35-
YUV126.87108.3295.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 157 (61.72% from 255) = 47.58%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=24.55%
G=47.58%
B=27.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81157920.4800.410.38128.6831.9346.67
Hex519D5C300292681202f
Octal12123513460051462014057
Binary1010001100111011011100110000010100110011010000001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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