#519E52

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

Shades of Fruit Salad #519E52

Tints of Fruit Salad #519E52

Color information

#519E52 (or 0x519E52) is unknown color: approx Fruit Salad. HEX triplet: 51, 9E and 52. RGB value is (81,158,82). Sum of RGB (Red+Green+Blue) = 81+158+82=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #519E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E52 is #AE61AD. Grayscale: #7E7E7E. Windows color (decimal): -11428270 or 5414481. OLE color: 5414481.

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

Color convert

RGB8115882-
CMYK0.4900.480.38
HSL120.78º32.22%46.86%-
HSV(B)120.78º48.73%61.96%-
XYZ17.1426.8112.25-
YUV126.31102.9995.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 158 (62.11% from 255) = 49.22%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=25.23%
G=49.22%
B=25.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81158820.4900.480.38120.7832.2246.86
Hex519E52310302679202f
Octal12123612261060461714057
Binary101000110011110101001011000101100001001101111001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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