Html Css Color HEX #529F4F Fruit Salad

📋 copy color: '#529F4F'

red 82 ◦ green 159 ◦ blue 79

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

Shades of Fruit Salad #529F4F

Tints of Fruit Salad #529F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 25.63%
G = 49.69%
B = 24.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#529F4F (or 0x529F4F) is known color: Fruit Salad. HEX triplet: 52, 9F and 4F. RGB value is (82,159,79). Sum of RGB (Red+Green+Blue) = 82+159+79=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #529F4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F4F is #AD60B0. Grayscale: #7F7F7F. Windows color (decimal): -11362481 or 5218130. OLE color: 5218130.

HSL color Cylindrical-coordinate representation of color #529F4F: hue angle of 117.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #529F4F is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 159 79 -
CMYK 0.48 0 0.50 0.38
HSL 117.75º 0.34% 0.47% -
HSV(B) 117.75º 0.5% 0.62% -
XYZ 17.29 27.15 11.73 -
YUV 126.86 100.99 96 -
System Red Green Blue C M Y K H S L
Decimal 82 159 79 0.48 0 0.50 0.38 117.75 0.34 0.47
Hex 52 9F 4F 30 0 32 26 76 22 2F
Octal 122 237 117 60 0 62 46 166 42 57
Binary 1010010 10011111 1001111 110000 0 110010 100110 1110110 100010 101111

Color Harmonies of #529F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F4F

Black with #529F4F

Text Example


Text Example

White with #529F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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