#529950

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

Shades of Fruit Salad #529950

Tints of Fruit Salad #529950

Color information

#529950 (or 0x529950) is unknown color: approx Fruit Salad. HEX triplet: 52, 99 and 50. RGB value is (82,153,80). Sum of RGB (Red+Green+Blue) = 82+153+80=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #529950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529950 is #AD66AF. Grayscale: #7B7B7B. Windows color (decimal): -11364016 or 5282130. OLE color: 5282130.

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

Color convert

RGB8215380-
CMYK0.4600.480.4
HSL118.36º31.33%45.69%-
HSV(B)118.36º47.71%60%-
XYZ16.3225.1611.58-
YUV123.45103.4898.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=26.03%
G=48.57%
B=25.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153800.4600.480.4118.3631.3345.69
Hex5299502E03028761f2e
Octal12223112056060501663756
Binary10100101001100110100001011100110000101000111011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529950; }

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

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

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

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

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

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

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

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