Html Css Color HEX #529554 Fruit Salad

📋 copy color: '#529554'

red 82 ◦ green 149 ◦ blue 84

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

Shades of Fruit Salad #529554

Tints of Fruit Salad #529554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.67%

R = 26.03%
G = 47.3%
B = 26.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#529554 (or 0x529554) is known color: Fruit Salad. HEX triplet: 52, 95 and 54. RGB value is (82,149,84). Sum of RGB (Red+Green+Blue) = 82+149+84=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #529554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529554 is #AD6AAB. Grayscale: #797979. Windows color (decimal): -11365036 or 5543250. OLE color: 5543250.

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

Color convert

RGB 82 149 84 -
CMYK 0.45 0 0.44 0.42
HSL 121.79º 0.29% 0.45% -
HSV(B) 121.79º 0.45% 0.58% -
XYZ 15.83 23.93 12.17 -
YUV 121.56 106.8 99.79 -
System Red Green Blue C M Y K H S L
Decimal 82 149 84 0.45 0 0.44 0.42 121.79 0.29 0.45
Hex 52 95 54 2D 0 2C 2A 7A 1D 2D
Octal 122 225 124 55 0 54 52 172 35 55
Binary 1010010 10010101 1010100 101101 0 101100 101010 1111010 11101 101101

Color Harmonies of #529554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529554

Black with #529554

Text Example


Text Example

White with #529554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529554; }

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

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

background-color css

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

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

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

border-color css

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

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

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