Html Css Color HEX #529354 Fruit Salad

📋 copy color: '#529354'

red 82 ◦ green 147 ◦ blue 84

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

Shades of Fruit Salad #529354

Tints of Fruit Salad #529354

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

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

R = 26.2%
G = 46.96%
B = 26.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#529354 (or 0x529354) is known color: Fruit Salad. HEX triplet: 52, 93 and 54. RGB value is (82,147,84). Sum of RGB (Red+Green+Blue) = 82+147+84=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #529354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529354 is #AD6CAB. Grayscale: #787878. Windows color (decimal): -11365548 or 5542738. OLE color: 5542738.

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

Color convert

RGB 82 147 84 -
CMYK 0.44 0 0.43 0.42
HSL 121.85º 0.28% 0.45% -
HSV(B) 121.85º 0.44% 0.58% -
XYZ 15.51 23.3 12.07 -
YUV 120.38 107.47 100.62 -
System Red Green Blue C M Y K H S L
Decimal 82 147 84 0.44 0 0.43 0.42 121.85 0.28 0.45
Hex 52 93 54 2C 0 2B 2A 7A 1C 2D
Octal 122 223 124 54 0 53 52 172 34 55
Binary 1010010 10010011 1010100 101100 0 101011 101010 1111010 11100 101101

Color Harmonies of #529354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529354

Black with #529354

Text Example


Text Example

White with #529354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529354; }

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

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

background-color css

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

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

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

border-color css

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

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

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