Html Css Color HEX #529749 Fruit Salad

📋 copy color: '#529749'

red 82 ◦ green 151 ◦ blue 73

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

Shades of Fruit Salad #529749

Tints of Fruit Salad #529749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.35%

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 26.8%
G = 49.35%
B = 23.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#529749 (or 0x529749) is known color: Fruit Salad. HEX triplet: 52, 97 and 49. RGB value is (82,151,73). Sum of RGB (Red+Green+Blue) = 82+151+73=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #529749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529749 is #AD68B6. Grayscale: #797979. Windows color (decimal): -11364535 or 4822866. OLE color: 4822866.

HSL color Cylindrical-coordinate representation of color #529749: hue angle of 113.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #529749 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 73 -
CMYK 0.46 0 0.52 0.41
HSL 113.08º 0.35% 0.44% -
HSV(B) 113.08º 0.52% 0.59% -
XYZ 15.75 24.41 10.18 -
YUV 121.48 100.64 99.84 -
System Red Green Blue C M Y K H S L
Decimal 82 151 73 0.46 0 0.52 0.41 113.08 0.35 0.44
Hex 52 97 49 2E 0 34 29 71 23 2C
Octal 122 227 111 56 0 64 51 161 43 54
Binary 1010010 10010111 1001001 101110 0 110100 101001 1110001 100011 101100

Color Harmonies of #529749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529749

Black with #529749

Text Example


Text Example

White with #529749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529749; }

 p { color: rgb(82,151,73); }

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

background-color css

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

 a { background-color: rgb(82,151,73); }

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

border-color css

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

 span { border-color: rgb(82,151,73); }

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