#529258

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

Shades of Fruit Salad #529258

Tints of Fruit Salad #529258

Color information

#529258 (or 0x529258) is unknown color: approx Fruit Salad. HEX triplet: 52, 92 and 58. RGB value is (82,146,88). Sum of RGB (Red+Green+Blue) = 82+146+88=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #529258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529258 is #AD6DA7. Grayscale: #787878. Windows color (decimal): -11365800 or 5804626. OLE color: 5804626.

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

Color convert

RGB8214688-
CMYK0.4400.400.43
HSL125.62º28.07%44.71%-
HSV(B)125.62º43.84%57.25%-
XYZ15.5223.0612.86-
YUV120.25109.8100.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=25.95%
G=46.20%
B=27.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146880.4400.400.43125.6228.0744.71
Hex5292582C0282B7e1c2d
Octal12222213054050531763455
Binary10100101001001010110001011000101000101011111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529258; }

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

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

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

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

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

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

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

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