#529959

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

Shades of Fruit Salad #529959

Tints of Fruit Salad #529959

Color information

#529959 (or 0x529959) is unknown color: approx Fruit Salad. HEX triplet: 52, 99 and 59. RGB value is (82,153,89). Sum of RGB (Red+Green+Blue) = 82+153+89=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #529959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529959 is #AD66A6. Grayscale: #7C7C7C. Windows color (decimal): -11364007 or 5871954. OLE color: 5871954.

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

Color convert

RGB8215389-
CMYK0.4600.420.4
HSL125.92º30.21%46.08%-
HSV(B)125.92º46.41%60%-
XYZ16.6725.313.46-
YUV124.48107.9897.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=25.31%
G=47.22%
B=27.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153890.4600.420.4125.9230.2146.08
Hex5299592E02A287e1e2e
Octal12223113156052501763656
Binary10100101001100110110011011100101010101000111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529959; }

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

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

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

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

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

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

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

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