Html Css Color HEX #529F41 Fruit Salad

📋 copy color: '#529F41'

red 82 ◦ green 159 ◦ blue 65

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

Shades of Fruit Salad #529F41

Tints of Fruit Salad #529F41

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.96%

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 26.8%
G = 51.96%
B = 21.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#529F41 (or 0x529F41) is known color: Fruit Salad. HEX triplet: 52, 9F and 41. RGB value is (82,159,65). Sum of RGB (Red+Green+Blue) = 82+159+65=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #529F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529F41 is #AD60BE. Grayscale: #7D7D7D. Windows color (decimal): -11362495 or 4300626. OLE color: 4300626.

HSL color Cylindrical-coordinate representation of color #529F41: hue angle of 109.15º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #529F41 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 159 65 -
CMYK 0.48 0 0.59 0.38
HSL 109.15º 0.42% 0.44% -
HSV(B) 109.15º 0.59% 0.62% -
XYZ 16.83 26.97 9.32 -
YUV 125.26 93.99 97.14 -
System Red Green Blue C M Y K H S L
Decimal 82 159 65 0.48 0 0.59 0.38 109.15 0.42 0.44
Hex 52 9F 41 30 0 3B 26 6D 2A 2C
Octal 122 237 101 60 0 73 46 155 52 54
Binary 1010010 10011111 1000001 110000 0 111011 100110 1101101 101010 101100

Color Harmonies of #529F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F41

Black with #529F41

Text Example


Text Example

White with #529F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,159,65); }

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

background-color css

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

 a { background-color: rgb(82,159,65); }

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

border-color css

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

 span { border-color: rgb(82,159,65); }

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