#519552

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

Shades of Fruit Salad #519552

Tints of Fruit Salad #519552

Color information

#519552 (or 0x519552) is unknown color: approx Fruit Salad. HEX triplet: 51, 95 and 52. RGB value is (81,149,82). Sum of RGB (Red+Green+Blue) = 81+149+82=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #519552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519552 is #AE6AAD. Grayscale: #797979. Windows color (decimal): -11430574 or 5412177. OLE color: 5412177.

HSL color Cylindrical-coordinate representation of color #519552: hue angle of 120.88º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519552 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB8114982-
CMYK0.4600.450.42
HSL120.88º29.57%45.1%-
HSV(B)120.88º45.64%58.43%-
XYZ15.6623.8511.76-
YUV121.03105.9799.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 149 (58.59% from 255) = 47.76%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=25.96%
G=47.76%
B=26.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149820.4600.450.42120.8829.5745.1
Hex5195522E02D2A791e2d
Octal12122512256055521713655
Binary10100011001010110100101011100101101101010111100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519552; }

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

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

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

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

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

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

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

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