#519053

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

Shades of Fruit Salad #519053

Tints of Fruit Salad #519053

Color information

#519053 (or 0x519053) is unknown color: approx Fruit Salad. HEX triplet: 51, 90 and 53. RGB value is (81,144,83). Sum of RGB (Red+Green+Blue) = 81+144+83=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #519053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519053 is #AE6FAC. Grayscale: #767676. Windows color (decimal): -11431853 or 5476433. OLE color: 5476433.

HSL color Cylindrical-coordinate representation of color #519053: hue angle of 121.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519053 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB8114483-
CMYK0.4400.420.44
HSL121.9º28%44.12%-
HSV(B)121.9º43.75%56.47%-
XYZ14.9322.3211.71-
YUV118.21108.13101.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 144 (56.64% from 255) = 46.75%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=26.30%
G=46.75%
B=26.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81144830.4400.420.44121.92844.12
Hex5190532C02A2C7a1c2c
Octal12122012354052541723454
Binary10100011001000010100111011000101010101100111101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519053; }

 p { color: rgb(81,144,83); }

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

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

 a { background-color: rgb(81,144,83); }

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

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

 span { border-color: rgb(81,144,83); }

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