#529B41

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

Shades of Fruit Salad #529B41

Tints of Fruit Salad #529B41

Color information

#529B41 (or 0x529B41) is unknown color: approx Fruit Salad. HEX triplet: 52, 9B and 41. RGB value is (82,155,65). Sum of RGB (Red+Green+Blue) = 82+155+65=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #529B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B41 is #AD64BE. Grayscale: #7B7B7B. Windows color (decimal): -11363519 or 4299602. OLE color: 4299602.

HSL color Cylindrical-coordinate representation of color #529B41: hue angle of 108.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #529B41 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB8215565-
CMYK0.4700.580.39
HSL108.67º40.91%43.14%-
HSV(B)108.67º58.06%60.78%-
XYZ16.1625.629.09-
YUV122.9195.3298.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 155 (60.94% from 255) = 51.32%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=27.15%
G=51.32%
B=21.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155650.4700.580.39108.6740.9143.14
Hex529B412F03A276d292b
Octal12223310157072471555153
Binary101001010011011100000110111101110101001111101101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529B41; }

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

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

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

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

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

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

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

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