Html Css Color HEX #529353 Fruit Salad

📋 copy color: '#529353'

red 82 ◦ green 147 ◦ blue 83

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

Shades of Fruit Salad #529353

Tints of Fruit Salad #529353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.6%

R = 26.28%
G = 47.12%
B = 26.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#529353 (or 0x529353) is known color: Fruit Salad. HEX triplet: 52, 93 and 53. RGB value is (82,147,83). Sum of RGB (Red+Green+Blue) = 82+147+83=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #529353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529353 is #AD6CAC. Grayscale: #787878. Windows color (decimal): -11365549 or 5477202. OLE color: 5477202.

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

Color convert

RGB 82 147 83 -
CMYK 0.44 0 0.44 0.42
HSL 120.92º 0.28% 0.45% -
HSV(B) 120.92º 0.44% 0.58% -
XYZ 15.47 23.29 11.86 -
YUV 120.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 82 147 83 0.44 0 0.44 0.42 120.92 0.28 0.45
Hex 52 93 53 2C 0 2C 2A 79 1C 2D
Octal 122 223 123 54 0 54 52 171 34 55
Binary 1010010 10010011 1010011 101100 0 101100 101010 1111001 11100 101101

Color Harmonies of #529353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529353

Black with #529353

Text Example


Text Example

White with #529353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529353; }

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

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

background-color css

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

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

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

border-color css

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

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

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