#529858

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

Shades of Fruit Salad #529858

Tints of Fruit Salad #529858

Color information

#529858 (or 0x529858) is unknown color: approx Fruit Salad. HEX triplet: 52, 98 and 58. RGB value is (82,152,88). Sum of RGB (Red+Green+Blue) = 82+152+88=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #529858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529858 is #AD67A7. Grayscale: #7B7B7B. Windows color (decimal): -11364264 or 5806162. OLE color: 5806162.

HSL color Cylindrical-coordinate representation of color #529858: hue angle of 125.14º 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 #529858 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB8215288-
CMYK0.4600.420.40
HSL125.14º29.91%45.88%-
HSV(B)125.14º46.05%59.61%-
XYZ16.4724.9513.18-
YUV123.77107.8198.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 152 (59.77% from 255) = 47.20%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=25.47%
G=47.20%
B=27.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152880.4600.420.40125.1429.9145.88
Hex5298582E02A287d1e2e
Octal12223013056052501753656
Binary10100101001100010110001011100101010101000111110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529858; }

 p { color: rgb(82,152,88); }

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

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

 a { background-color: rgb(82,152,88); }

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

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

 span { border-color: rgb(82,152,88); }

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