#529e44

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

Shades of Fruit Salad #529E44

Tints of Fruit Salad #529E44

Color information

#529E44 (or 0x529E44) is unknown color: approx Fruit Salad. HEX triplet: 52, 9E and 44. RGB value is (82,158,68). Sum of RGB (Red+Green+Blue) = 82+158+68=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #529E44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E44 is #AD61BB. Grayscale: #7D7D7D. Windows color (decimal): -11362748 or 4496978. OLE color: 4496978.

HSL color Cylindrical-coordinate representation of color #529E44: hue angle of 110.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #529E44 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB8215868-
CMYK0.4800.570.38
HSL110.67º39.82%44.31%-
HSV(B)110.67º56.96%61.96%-
XYZ16.7526.669.73-
YUV125.0295.8297.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 158 (62.11% from 255) = 51.30%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=26.62%
G=51.30%
B=22.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158680.4800.570.38110.6739.8244.31
Hex529E4430039266f282c
Octal12223610460071461575054
Binary101001010011110100010011000001110011001101101111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529e44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,158,68); }

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

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

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

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

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

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

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