#529C4E

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

Shades of Fruit Salad #529C4E

Tints of Fruit Salad #529C4E

Color information

#529C4E (or 0x529C4E) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 4E. RGB value is (82,156,78). Sum of RGB (Red+Green+Blue) = 82+156+78=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #529C4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C4E is #AD63B1. Grayscale: #7D7D7D. Windows color (decimal): -11363250 or 5151826. OLE color: 5151826.

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

Color convert

RGB8215678-
CMYK0.4700.50.39
HSL116.92º33.33%45.88%-
HSV(B)116.92º50%61.18%-
XYZ16.7426.1211.37-
YUV124.98101.4897.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 156 (61.33% from 255) = 49.37%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=25.95%
G=49.37%
B=24.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82156780.4700.50.39116.9233.3345.88
Hex529C4E2F0322775212e
Octal12223411657062471654156
Binary101001010011100100111010111101100101001111110101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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