Html Css Color HEX #529853 Fruit Salad

📋 copy color: '#529853'

red 82 ◦ green 152 ◦ blue 83

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

Shades of Fruit Salad #529853

Tints of Fruit Salad #529853

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.95%

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

R = 25.87%
G = 47.95%
B = 26.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#529853 (or 0x529853) is known color: Fruit Salad. HEX triplet: 52, 98 and 53. RGB value is (82,152,83). Sum of RGB (Red+Green+Blue) = 82+152+83=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #529853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529853 is #AD67AC. Grayscale: #7B7B7B. Windows color (decimal): -11364269 or 5478482. OLE color: 5478482.

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

Color convert

RGB 82 152 83 -
CMYK 0.46 0 0.45 0.40
HSL 120.86º 0.3% 0.46% -
HSV(B) 120.86º 0.46% 0.6% -
XYZ 16.27 24.87 12.13 -
YUV 123.2 105.31 98.61 -
System Red Green Blue C M Y K H S L
Decimal 82 152 83 0.46 0 0.45 0.40 120.86 0.3 0.46
Hex 52 98 53 2E 0 2D 28 79 1E 2E
Octal 122 230 123 56 0 55 50 171 36 56
Binary 1010010 10011000 1010011 101110 0 101101 101000 1111001 11110 101110

Color Harmonies of #529853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529853

Black with #529853

Text Example


Text Example

White with #529853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529853; }

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

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

background-color css

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

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

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

border-color css

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

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

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