Html Css Color HEX #559755 Fruit Salad

📋 copy color: '#559755'

red 85 ◦ green 151 ◦ blue 85

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

Shades of Fruit Salad #559755

Tints of Fruit Salad #559755

RGB

 RED value IS 85 (33.59% from 255) = 26.48%

 GREEN value IS 151 (59.38% from 255) = 47.04%

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

R = 26.48%
G = 47.04%
B = 26.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#559755 (or 0x559755) is known color: Fruit Salad. HEX triplet: 55, 97 and 55. RGB value is (85,151,85). Sum of RGB (Red+Green+Blue) = 85+151+85=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #559755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559755 is #AA68AA. Grayscale: #7B7B7B. Windows color (decimal): -11167915 or 5609301. OLE color: 5609301.

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

Color convert

RGB 85 151 85 -
CMYK 0.44 0 0.44 0.41
HSL 120º 0.28% 0.46% -
HSV(B) 120º 0.44% 0.59% -
XYZ 16.45 24.72 12.5 -
YUV 123.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 85 151 85 0.44 0 0.44 0.41 120 0.28 0.46
Hex 55 97 55 2C 0 2C 29 78 1C 2E
Octal 125 227 125 54 0 54 51 170 34 56
Binary 1010101 10010111 1010101 101100 0 101100 101001 1111000 11100 101110

Color Harmonies of #559755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559755

Black with #559755

Text Example


Text Example

White with #559755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559755; }

 p { color: rgb(85,151,85); }

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

background-color css

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

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

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

border-color css

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

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

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