Html Css Color HEX #529459 Fruit Salad

📋 copy color: '#529459'

red 82 ◦ green 148 ◦ blue 89

#529459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #529459

Tints of Fruit Salad #529459

RGB

 RED value IS 82 (32.42% from 255) = 25.71%

 GREEN value IS 148 (58.2% from 255) = 46.39%

 BLUE value IS 89 (35.16% from 255) = 27.9%

R = 25.71%
G = 46.39%
B = 27.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#529459 (or 0x529459) is known color: Fruit Salad. HEX triplet: 52, 94 and 59. RGB value is (82,148,89). Sum of RGB (Red+Green+Blue) = 82+148+89=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #529459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529459 is #AD6BA6. Grayscale: #797979. Windows color (decimal): -11365287 or 5870674. OLE color: 5870674.

HSL color Cylindrical-coordinate representation of color #529459: hue angle of 126.36º 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 #529459 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 89 -
CMYK 0.45 0 0.40 0.42
HSL 126.36º 0.29% 0.45% -
HSV(B) 126.36º 0.45% 0.58% -
XYZ 15.87 23.69 13.19 -
YUV 121.54 109.63 99.8 -
System Red Green Blue C M Y K H S L
Decimal 82 148 89 0.45 0 0.40 0.42 126.36 0.29 0.45
Hex 52 94 59 2D 0 28 2A 7E 1D 2D
Octal 122 224 131 55 0 50 52 176 35 55
Binary 1010010 10010100 1011001 101101 0 101000 101010 1111110 11101 101101

Color Harmonies of #529459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529459

Black with #529459

Text Example


Text Example

White with #529459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529459; }

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

 H1.HeaderClassName
 {
   color: #529459;
 }
 .AnyTagClassName
 {
   color: #529459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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