#529C46

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

Shades of Fruit Salad #529C46

Tints of Fruit Salad #529C46

Color information

#529C46 (or 0x529C46) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 46. RGB value is (82,156,70). Sum of RGB (Red+Green+Blue) = 82+156+70=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #529C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C46 is #AD63B9. Grayscale: #7C7C7C. Windows color (decimal): -11363258 or 4627538. OLE color: 4627538.

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

Color convert

RGB8215670-
CMYK0.4700.550.39
HSL111.63º38.05%44.31%-
HSV(B)111.63º55.13%61.18%-
XYZ16.4726.019.95-
YUV124.0797.4897.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 156 (61.33% from 255) = 50.65%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=26.62%
G=50.65%
B=22.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82156700.4700.550.39111.6338.0544.31
Hex529C462F0372770262c
Octal12223410657067471604654
Binary101001010011100100011010111101101111001111110000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,156,70); }

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

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

 a { background-color: rgb(82,156,70); }

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

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

 span { border-color: rgb(82,156,70); }

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