Html Css Color HEX #529251 Fruit Salad

📋 copy color: '#529251'

red 82 ◦ green 146 ◦ blue 81

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

Shades of Fruit Salad #529251

Tints of Fruit Salad #529251

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.25%

 BLUE value IS 81 (32.03% from 255) = 26.21%

R = 26.54%
G = 47.25%
B = 26.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#529251 (or 0x529251) is known color: Fruit Salad. HEX triplet: 52, 92 and 51. RGB value is (82,146,81). Sum of RGB (Red+Green+Blue) = 82+146+81=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #529251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529251 is #AD6DAE. Grayscale: #777777. Windows color (decimal): -11365807 or 5345874. OLE color: 5345874.

HSL color Cylindrical-coordinate representation of color #529251: hue angle of 119.08º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529251 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 81 -
CMYK 0.44 0 0.45 0.43
HSL 119.08º 0.29% 0.45% -
HSV(B) 119.08º 0.45% 0.57% -
XYZ 15.24 22.95 11.41 -
YUV 119.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 82 146 81 0.44 0 0.45 0.43 119.08 0.29 0.45
Hex 52 92 51 2C 0 2D 2B 77 1D 2D
Octal 122 222 121 54 0 55 53 167 35 55
Binary 1010010 10010010 1010001 101100 0 101101 101011 1110111 11101 101101

Color Harmonies of #529251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529251

Black with #529251

Text Example


Text Example

White with #529251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529251; }

 p { color: rgb(82,146,81); }

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

background-color css

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

 a { background-color: rgb(82,146,81); }

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

border-color css

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

 span { border-color: rgb(82,146,81); }

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