#529E5F

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

Shades of Fruit Salad #529E5F

Tints of Fruit Salad #529E5F

Color information

#529E5F (or 0x529E5F) is unknown color: approx Fruit Salad. HEX triplet: 52, 9E and 5F. RGB value is (82,158,95). Sum of RGB (Red+Green+Blue) = 82+158+95=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #529E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E5F is #AD61A0. Grayscale: #808080. Windows color (decimal): -11362721 or 6266450. OLE color: 6266450.

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

Color convert

RGB8215895-
CMYK0.4800.400.38
HSL130.26º31.67%47.06%-
HSV(B)130.26º48.1%61.96%-
XYZ17.7727.0715.12-
YUV128.09109.3295.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=24.48%
G=47.16%
B=28.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158950.4800.400.38130.2631.6747.06
Hex529E5F300282682202f
Octal12223613760050462024057
Binary1010010100111101011111110000010100010011010000010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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