#519952

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

Shades of Fruit Salad #519952

Tints of Fruit Salad #519952

Color information

#519952 (or 0x519952) is unknown color: approx Fruit Salad. HEX triplet: 51, 99 and 52. RGB value is (81,153,82). Sum of RGB (Red+Green+Blue) = 81+153+82=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #519952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519952 is #AE66AD. Grayscale: #7B7B7B. Windows color (decimal): -11429550 or 5413201. OLE color: 5413201.

HSL color Cylindrical-coordinate representation of color #519952: hue angle of 120.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519952 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB8115382-
CMYK0.4700.460.4
HSL120.83º30.77%45.88%-
HSV(B)120.83º47.06%60%-
XYZ16.3125.1411.98-
YUV123.38104.6597.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=25.63%
G=48.42%
B=25.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81153820.4700.460.4120.8330.7745.88
Hex5199522F02E28791f2e
Octal12123112257056501713756
Binary10100011001100110100101011110101110101000111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519952; }

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

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

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

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

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

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

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

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