#529B51

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

Shades of Fruit Salad #529B51

Tints of Fruit Salad #529B51

Color information

#529B51 (or 0x529B51) is unknown color: approx Fruit Salad. HEX triplet: 52, 9B and 51. RGB value is (82,155,81). Sum of RGB (Red+Green+Blue) = 82+155+81=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #529B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B51 is #AD64AE. Grayscale: #7C7C7C. Windows color (decimal): -11363503 or 5348178. OLE color: 5348178.

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

Color convert

RGB8215581-
CMYK0.4700.480.39
HSL119.19º31.36%46.27%-
HSV(B)119.19º47.74%60.78%-
XYZ16.6925.8311.89-
YUV124.74103.3297.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=25.79%
G=48.74%
B=25.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155810.4700.480.39119.1931.3646.27
Hex529B512F03027771f2e
Octal12223312157060471673756
Binary10100101001101110100011011110110000100111111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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