Html Css Color HEX #529F46 Fruit Salad

📋 copy color: '#529F46'

red 82 ◦ green 159 ◦ blue 70

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

Shades of Fruit Salad #529F46

Tints of Fruit Salad #529F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 26.37%
G = 51.13%
B = 22.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#529F46 (or 0x529F46) is known color: Fruit Salad. HEX triplet: 52, 9F and 46. RGB value is (82,159,70). Sum of RGB (Red+Green+Blue) = 82+159+70=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #529F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529F46 is #AD60B9. Grayscale: #7E7E7E. Windows color (decimal): -11362490 or 4628306. OLE color: 4628306.

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

Color convert

RGB 82 159 70 -
CMYK 0.48 0 0.56 0.38
HSL 111.91º 0.39% 0.45% -
HSV(B) 111.91º 0.56% 0.62% -
XYZ 16.98 27.03 10.12 -
YUV 125.83 96.49 96.74 -
System Red Green Blue C M Y K H S L
Decimal 82 159 70 0.48 0 0.56 0.38 111.91 0.39 0.45
Hex 52 9F 46 30 0 38 26 70 27 2D
Octal 122 237 106 60 0 70 46 160 47 55
Binary 1010010 10011111 1000110 110000 0 111000 100110 1110000 100111 101101

Color Harmonies of #529F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F46

Black with #529F46

Text Example


Text Example

White with #529F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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