Html Css Color HEX #529455 Fruit Salad

📋 copy color: '#529455'

red 82 ◦ green 148 ◦ blue 85

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

Shades of Fruit Salad #529455

Tints of Fruit Salad #529455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

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

R = 26.03%
G = 46.98%
B = 26.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#529455 (or 0x529455) is known color: Fruit Salad. HEX triplet: 52, 94 and 55. RGB value is (82,148,85). Sum of RGB (Red+Green+Blue) = 82+148+85=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #529455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529455 is #AD6BAA. Grayscale: #797979. Windows color (decimal): -11365291 or 5608530. OLE color: 5608530.

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

Color convert

RGB 82 148 85 -
CMYK 0.45 0 0.43 0.42
HSL 122.73º 0.29% 0.45% -
HSV(B) 122.73º 0.45% 0.58% -
XYZ 15.71 23.63 12.33 -
YUV 121.08 107.63 100.12 -
System Red Green Blue C M Y K H S L
Decimal 82 148 85 0.45 0 0.43 0.42 122.73 0.29 0.45
Hex 52 94 55 2D 0 2B 2A 7B 1D 2D
Octal 122 224 125 55 0 53 52 173 35 55
Binary 1010010 10010100 1010101 101101 0 101011 101010 1111011 11101 101101

Color Harmonies of #529455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529455

Black with #529455

Text Example


Text Example

White with #529455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529455; }

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

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

background-color css

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

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

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

border-color css

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

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

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