#519C5A

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

Shades of Fruit Salad #519C5A

Tints of Fruit Salad #519C5A

Color information

#519C5A (or 0x519C5A) is unknown color: approx Fruit Salad. HEX triplet: 51, 9C and 5A. RGB value is (81,156,90). Sum of RGB (Red+Green+Blue) = 81+156+90=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #519C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C5A is #AE63A5. Grayscale: #7E7E7E. Windows color (decimal): -11428774 or 5938257. OLE color: 5938257.

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

Color convert

RGB8115690-
CMYK0.4800.420.39
HSL127.2º31.65%46.47%-
HSV(B)127.2º48.08%61.18%-
XYZ17.1326.2613.84-
YUV126.05107.6595.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 156 (61.33% from 255) = 47.71%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=24.77%
G=47.71%
B=27.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81156900.4800.420.39127.231.6546.47
Hex519C5A3002A277f202e
Octal12123413260052471774056
Binary101000110011100101101011000001010101001111111111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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