#529B49

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

Shades of Fruit Salad #529B49

Tints of Fruit Salad #529B49

Color information

#529B49 (or 0x529B49) is unknown color: approx Fruit Salad. HEX triplet: 52, 9B and 49. RGB value is (82,155,73). Sum of RGB (Red+Green+Blue) = 82+155+73=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #529B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B49 is #AD64B6. Grayscale: #7C7C7C. Windows color (decimal): -11363511 or 4823890. OLE color: 4823890.

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

Color convert

RGB8215573-
CMYK0.4700.530.39
HSL113.41º35.96%44.71%-
HSV(B)113.41º52.9%60.78%-
XYZ16.425.7210.4-
YUV123.8299.3298.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 155 (60.94% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=26.45%
G=50%
B=23.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155730.4700.530.39113.4135.9644.71
Hex529B492F0352771242d
Octal12223311157065471614455
Binary101001010011011100100110111101101011001111110001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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