Html Css Color HEX #529155 Fruit Salad

📋 copy color: '#529155'

red 82 ◦ green 145 ◦ blue 85

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

Shades of Fruit Salad #529155

Tints of Fruit Salad #529155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.47%

 BLUE value IS 85 (33.59% from 255) = 27.24%

R = 26.28%
G = 46.47%
B = 27.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#529155 (or 0x529155) is known color: Fruit Salad. HEX triplet: 52, 91 and 55. RGB value is (82,145,85). Sum of RGB (Red+Green+Blue) = 82+145+85=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #529155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529155 is #AD6EAA. Grayscale: #777777. Windows color (decimal): -11366059 or 5607762. OLE color: 5607762.

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

Color convert

RGB 82 145 85 -
CMYK 0.43 0 0.41 0.43
HSL 122.86º 0.28% 0.45% -
HSV(B) 122.86º 0.43% 0.57% -
XYZ 15.24 22.7 12.17 -
YUV 119.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 82 145 85 0.43 0 0.41 0.43 122.86 0.28 0.45
Hex 52 91 55 2B 0 29 2B 7B 1C 2D
Octal 122 221 125 53 0 51 53 173 34 55
Binary 1010010 10010001 1010101 101011 0 101001 101011 1111011 11100 101101

Color Harmonies of #529155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529155

Black with #529155

Text Example


Text Example

White with #529155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529155; }

 p { color: rgb(82,145,85); }

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

background-color css

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

 a { background-color: rgb(82,145,85); }

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

border-color css

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

 span { border-color: rgb(82,145,85); }

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