#529454

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

Shades of Fruit Salad #529454

Tints of Fruit Salad #529454

Color information

#529454 (or 0x529454) is unknown color: approx Fruit Salad. HEX triplet: 52, 94 and 54. RGB value is (82,148,84). Sum of RGB (Red+Green+Blue) = 82+148+84=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #529454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529454 is #AD6BAB. Grayscale: #797979. Windows color (decimal): -11365292 or 5542994. OLE color: 5542994.

HSL color Cylindrical-coordinate representation of color #529454: hue angle of 121.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529454 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB8214884-
CMYK0.4500.430.42
HSL121.82º28.7%45.1%-
HSV(B)121.82º44.59%58.04%-
XYZ15.6723.6112.12-
YUV120.97107.13100.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 84 (33.20% from 255) = 26.75%
R=26.11%
G=47.13%
B=26.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82148840.4500.430.42121.8228.745.1
Hex5294542D02B2A7a1d2d
Octal12222412455053521723555
Binary10100101001010010101001011010101011101010111101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529454; }

 p { color: rgb(82,148,84); }

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

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

 a { background-color: rgb(82,148,84); }

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

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

 span { border-color: rgb(82,148,84); }

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