#529953

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

Shades of Fruit Salad #529953

Tints of Fruit Salad #529953

Color information

#529953 (or 0x529953) is unknown color: approx Fruit Salad. HEX triplet: 52, 99 and 53. RGB value is (82,153,83). Sum of RGB (Red+Green+Blue) = 82+153+83=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #529953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529953 is #AD66AC. Grayscale: #7B7B7B. Windows color (decimal): -11364013 or 5478738. OLE color: 5478738.

HSL color Cylindrical-coordinate representation of color #529953: hue angle of 120.85º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529953 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB8215383-
CMYK0.4600.460.4
HSL120.85º30.21%46.08%-
HSV(B)120.85º46.41%60%-
XYZ16.4325.212.18-
YUV123.79104.9898.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=25.79%
G=48.11%
B=26.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153830.4600.460.4120.8530.2146.08
Hex5299532E02E28791e2e
Octal12223112356056501713656
Binary10100101001100110100111011100101110101000111100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529953; }

 p { color: rgb(82,153,83); }

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

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

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

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

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

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

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