#529B5A

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

Shades of Fruit Salad #529B5A

Tints of Fruit Salad #529B5A

Color information

#529B5A (or 0x529B5A) is unknown color: approx Fruit Salad. HEX triplet: 52, 9B and 5A. RGB value is (82,155,90). Sum of RGB (Red+Green+Blue) = 82+155+90=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #529B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B5A is #AD64A5. Grayscale: #7D7D7D. Windows color (decimal): -11363494 or 5938002. OLE color: 5938002.

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

Color convert

RGB8215590-
CMYK0.4700.420.39
HSL126.58º30.8%46.47%-
HSV(B)126.58º47.1%60.78%-
XYZ17.0525.9713.79-
YUV125.76107.8296.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=25.08%
G=47.40%
B=27.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155900.4700.420.39126.5830.846.47
Hex529B5A2F02A277f1f2e
Octal12223313257052471773756
Binary10100101001101110110101011110101010100111111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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