Html Css Color HEX #529255 Fruit Salad

📋 copy color: '#529255'

red 82 ◦ green 146 ◦ blue 85

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

Shades of Fruit Salad #529255

Tints of Fruit Salad #529255

RGB

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

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

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

R = 26.2%
G = 46.65%
B = 27.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#529255 (or 0x529255) is known color: Fruit Salad. HEX triplet: 52, 92 and 55. RGB value is (82,146,85). Sum of RGB (Red+Green+Blue) = 82+146+85=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #529255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529255 is #AD6DAA. Grayscale: #787878. Windows color (decimal): -11365803 or 5608018. OLE color: 5608018.

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

Color convert

RGB 82 146 85 -
CMYK 0.44 0 0.42 0.43
HSL 122.81º 0.28% 0.45% -
HSV(B) 122.81º 0.44% 0.57% -
XYZ 15.4 23.01 12.22 -
YUV 119.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 82 146 85 0.44 0 0.42 0.43 122.81 0.28 0.45
Hex 52 92 55 2C 0 2A 2B 7B 1C 2D
Octal 122 222 125 54 0 52 53 173 34 55
Binary 1010010 10010010 1010101 101100 0 101010 101011 1111011 11100 101101

Color Harmonies of #529255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529255

Black with #529255

Text Example


Text Example

White with #529255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529255; }

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

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

background-color css

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

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

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

border-color css

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

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

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