#519C3E

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

Shades of Fruit Salad #519C3E

Tints of Fruit Salad #519C3E

Color information

#519C3E (or 0x519C3E) is unknown color: approx Fruit Salad. HEX triplet: 51, 9C and 3E. RGB value is (81,156,62). Sum of RGB (Red+Green+Blue) = 81+156+62=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #519C3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519C3E is #AE63C1. Grayscale: #7B7B7B. Windows color (decimal): -11428802 or 4103249. OLE color: 4103249.

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

Color convert

RGB8115662-
CMYK0.4800.600.39
HSL107.87º43.12%42.75%-
HSV(B)107.87º60.26%61.18%-
XYZ16.1525.878.7-
YUV122.8693.6598.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 156 (61.33% from 255) = 52.17%
BLUE value IS 62 (24.61% from 255) = 20.74%
R=27.09%
G=52.17%
B=20.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81156620.4800.600.39107.8743.1242.75
Hex519C3E3003C276c2b2b
Octal1212347660074471545353
Binary10100011001110011111011000001111001001111101100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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