Html Css Color HEX #529B55 Fruit Salad

📋 copy color: '#529B55'

red 82 ◦ green 155 ◦ blue 85

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

Shades of Fruit Salad #529B55

Tints of Fruit Salad #529B55

RGB

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

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

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

R = 25.47%
G = 48.14%
B = 26.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#529B55 (or 0x529B55) is known color: Fruit Salad. HEX triplet: 52, 9B and 55. RGB value is (82,155,85). Sum of RGB (Red+Green+Blue) = 82+155+85=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #529B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B55 is #AD64AA. Grayscale: #7D7D7D. Windows color (decimal): -11363499 or 5610322. OLE color: 5610322.

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

Color convert

RGB 82 155 85 -
CMYK 0.47 0 0.45 0.39
HSL 122.47º 0.31% 0.46% -
HSV(B) 122.47º 0.47% 0.61% -
XYZ 16.84 25.89 12.7 -
YUV 125.19 105.32 97.19 -
System Red Green Blue C M Y K H S L
Decimal 82 155 85 0.47 0 0.45 0.39 122.47 0.31 0.46
Hex 52 9B 55 2F 0 2D 27 7A 1F 2E
Octal 122 233 125 57 0 55 47 172 37 56
Binary 1010010 10011011 1010101 101111 0 101101 100111 1111010 11111 101110

Color Harmonies of #529B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B55

Black with #529B55

Text Example


Text Example

White with #529B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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