Html Css Color HEX #529551 Fruit Salad

📋 copy color: '#529551'

red 82 ◦ green 149 ◦ blue 81

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

Shades of Fruit Salad #529551

Tints of Fruit Salad #529551

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.76%

 BLUE value IS 81 (32.03% from 255) = 25.96%

R = 26.28%
G = 47.76%
B = 25.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#529551 (or 0x529551) is known color: Fruit Salad. HEX triplet: 52, 95 and 51. RGB value is (82,149,81). Sum of RGB (Red+Green+Blue) = 82+149+81=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #529551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529551 is #AD6AAE. Grayscale: #797979. Windows color (decimal): -11365039 or 5346642. OLE color: 5346642.

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

Color convert

RGB 82 149 81 -
CMYK 0.45 0 0.46 0.42
HSL 119.12º 0.3% 0.45% -
HSV(B) 119.12º 0.46% 0.58% -
XYZ 15.71 23.88 11.57 -
YUV 121.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 82 149 81 0.45 0 0.46 0.42 119.12 0.3 0.45
Hex 52 95 51 2D 0 2E 2A 77 1E 2D
Octal 122 225 121 55 0 56 52 167 36 55
Binary 1010010 10010101 1010001 101101 0 101110 101010 1110111 11110 101101

Color Harmonies of #529551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529551

Black with #529551

Text Example


Text Example

White with #529551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529551; }

 p { color: rgb(82,149,81); }

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

background-color css

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

 a { background-color: rgb(82,149,81); }

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

border-color css

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

 span { border-color: rgb(82,149,81); }

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