Html Css Color HEX #529C51 Fruit Salad

📋 copy color: '#529C51'

red 82 ◦ green 156 ◦ blue 81

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

Shades of Fruit Salad #529C51

Tints of Fruit Salad #529C51

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.9%

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

R = 25.71%
G = 48.9%
B = 25.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#529C51 (or 0x529C51) is known color: Fruit Salad. HEX triplet: 52, 9C and 51. RGB value is (82,156,81). Sum of RGB (Red+Green+Blue) = 82+156+81=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #529C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C51 is #AD63AE. Grayscale: #7D7D7D. Windows color (decimal): -11363247 or 5348434. OLE color: 5348434.

HSL color Cylindrical-coordinate representation of color #529C51: hue angle of 119.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529C51 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 81 -
CMYK 0.47 0 0.48 0.39
HSL 119.2º 0.32% 0.46% -
HSV(B) 119.2º 0.48% 0.61% -
XYZ 16.85 26.16 11.95 -
YUV 125.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 82 156 81 0.47 0 0.48 0.39 119.2 0.32 0.46
Hex 52 9C 51 2F 0 30 27 77 20 2E
Octal 122 234 121 57 0 60 47 167 40 56
Binary 1010010 10011100 1010001 101111 0 110000 100111 1110111 100000 101110

Color Harmonies of #529C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C51

Black with #529C51

Text Example


Text Example

White with #529C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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