#519C5E

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

Shades of Fruit Salad #519C5E

Tints of Fruit Salad #519C5E

Color information

#519C5E (or 0x519C5E) is unknown color: approx Fruit Salad. HEX triplet: 51, 9C and 5E. RGB value is (81,156,94). Sum of RGB (Red+Green+Blue) = 81+156+94=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #519C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C5E is #AE63A1. Grayscale: #7E7E7E. Windows color (decimal): -11428770 or 6200401. OLE color: 6200401.

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

Color convert

RGB8115694-
CMYK0.4800.400.39
HSL130.4º31.65%46.47%-
HSV(B)130.4º48.08%61.18%-
XYZ17.326.3314.76-
YUV126.51109.6595.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=24.47%
G=47.13%
B=28.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81156940.4800.400.39130.431.6546.47
Hex519C5E300282782202e
Octal12123413660050472024056
Binary1010001100111001011110110000010100010011110000010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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