Html Css Color HEX #529651 Fruit Salad

📋 copy color: '#529651'

red 82 ◦ green 150 ◦ blue 81

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

Shades of Fruit Salad #529651

Tints of Fruit Salad #529651

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

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

R = 26.2%
G = 47.92%
B = 25.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#529651 (or 0x529651) is known color: Fruit Salad. HEX triplet: 52, 96 and 51. RGB value is (82,150,81). Sum of RGB (Red+Green+Blue) = 82+150+81=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #529651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529651 is #AD69AE. Grayscale: #7A7A7A. Windows color (decimal): -11364783 or 5346898. OLE color: 5346898.

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

Color convert

RGB 82 150 81 -
CMYK 0.45 0 0.46 0.41
HSL 119.13º 0.3% 0.45% -
HSV(B) 119.13º 0.46% 0.59% -
XYZ 15.87 24.2 11.62 -
YUV 121.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 82 150 81 0.45 0 0.46 0.41 119.13 0.3 0.45
Hex 52 96 51 2D 0 2E 29 77 1E 2D
Octal 122 226 121 55 0 56 51 167 36 55
Binary 1010010 10010110 1010001 101101 0 101110 101001 1110111 11110 101101

Color Harmonies of #529651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529651

Black with #529651

Text Example


Text Example

White with #529651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529651; }

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

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

background-color css

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

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

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

border-color css

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

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

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