Html Css Color HEX #529B49 Fruit Salad

📋 copy color: '#529B49'

red 82 ◦ green 155 ◦ blue 73

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

Shades of Fruit Salad #529B49

Tints of Fruit Salad #529B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50%

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

R = 26.45%
G = 50%
B = 23.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#529B49 (or 0x529B49) is known color: Fruit Salad. HEX triplet: 52, 9B and 49. RGB value is (82,155,73). Sum of RGB (Red+Green+Blue) = 82+155+73=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #529B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B49 is #AD64B6. Grayscale: #7C7C7C. Windows color (decimal): -11363511 or 4823890. OLE color: 4823890.

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

Color convert

RGB 82 155 73 -
CMYK 0.47 0 0.53 0.39
HSL 113.41º 0.36% 0.45% -
HSV(B) 113.41º 0.53% 0.61% -
XYZ 16.4 25.72 10.4 -
YUV 123.83 99.32 98.17 -
System Red Green Blue C M Y K H S L
Decimal 82 155 73 0.47 0 0.53 0.39 113.41 0.36 0.45
Hex 52 9B 49 2F 0 35 27 71 24 2D
Octal 122 233 111 57 0 65 47 161 44 55
Binary 1010010 10011011 1001001 101111 0 110101 100111 1110001 100100 101101

Color Harmonies of #529B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B49

Black with #529B49

Text Example


Text Example

White with #529B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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