#529C52

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

Shades of Fruit Salad #529C52

Tints of Fruit Salad #529C52

Color information

#529C52 (or 0x529C52) is unknown color: approx Fruit Salad. HEX triplet: 52, 9C and 52. RGB value is (82,156,82). Sum of RGB (Red+Green+Blue) = 82+156+82=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #529C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C52 is #AD63AD. Grayscale: #7D7D7D. Windows color (decimal): -11363246 or 5413970. OLE color: 5413970.

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

Color convert

RGB8215682-
CMYK0.4700.470.39
HSL120º31.09%46.67%-
HSV(B)120º47.44%61.18%-
XYZ16.8926.1812.15-
YUV125.44103.4897.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 156 (61.33% from 255) = 48.75%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=25.62%
G=48.75%
B=25.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82156820.4700.470.3912031.0946.67
Hex529C522F02F27781f2f
Octal12223412257057471703757
Binary10100101001110010100101011110101111100111111100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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