#519A4A

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

Shades of Fruit Salad #519A4A

Tints of Fruit Salad #519A4A

Color information

#519A4A (or 0x519A4A) is unknown color: approx Fruit Salad. HEX triplet: 51, 9A and 4A. RGB value is (81,154,74). Sum of RGB (Red+Green+Blue) = 81+154+74=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #519A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519A4A is #AE65B5. Grayscale: #7B7B7B. Windows color (decimal): -11429302 or 4889169. OLE color: 4889169.

HSL color Cylindrical-coordinate representation of color #519A4A: hue angle of 114.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #519A4A is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB8115474-
CMYK0.4700.520.40
HSL114.75º35.09%44.71%-
HSV(B)114.75º51.95%60.39%-
XYZ16.1825.3510.52-
YUV123.05100.3298-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 154 (60.55% from 255) = 49.84%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=26.21%
G=49.84%
B=23.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81154740.4700.520.40114.7535.0944.71
Hex519A4A2F0342873232d
Octal12123211257064501634355
Binary101000110011010100101010111101101001010001110011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,154,74); }

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

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

 a { background-color: rgb(81,154,74); }

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

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

 span { border-color: rgb(81,154,74); }

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