#529841

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

Shades of Fruit Salad #529841

Tints of Fruit Salad #529841

Color information

#529841 (or 0x529841) is unknown color: approx Fruit Salad. HEX triplet: 52, 98 and 41. RGB value is (82,152,65). Sum of RGB (Red+Green+Blue) = 82+152+65=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #529841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529841 is #AD67BE. Grayscale: #797979. Windows color (decimal): -11364287 or 4298834. OLE color: 4298834.

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

Color convert

RGB8215265-
CMYK0.4600.570.40
HSL108.28º40.09%42.55%-
HSV(B)108.28º57.24%59.61%-
XYZ15.6624.638.93-
YUV121.1596.31100.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 152 (59.77% from 255) = 50.84%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=27.42%
G=50.84%
B=21.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152650.4600.570.40108.2840.0942.55
Hex5298412E039286c282b
Octal12223010156071501545053
Binary101001010011000100000110111001110011010001101100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529841; }

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

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

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

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

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

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

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

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