Html Css Color HEX #559559 Fruit Salad

📋 copy color: '#559559'

red 85 ◦ green 149 ◦ blue 89

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

Shades of Fruit Salad #559559

Tints of Fruit Salad #559559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

 BLUE value IS 89 (35.16% from 255) = 27.55%

R = 26.32%
G = 46.13%
B = 27.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#559559 (or 0x559559) is known color: Fruit Salad. HEX triplet: 55, 95 and 59. RGB value is (85,149,89). Sum of RGB (Red+Green+Blue) = 85+149+89=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #559559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559559 is #AA6AA6. Grayscale: #7B7B7B. Windows color (decimal): -11168423 or 5870933. OLE color: 5870933.

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

Color convert

RGB 85 149 89 -
CMYK 0.43 0 0.40 0.42
HSL 123.75º 0.27% 0.46% -
HSV(B) 123.75º 0.43% 0.58% -
XYZ 16.3 24.15 13.25 -
YUV 123.02 108.8 100.88 -
System Red Green Blue C M Y K H S L
Decimal 85 149 89 0.43 0 0.40 0.42 123.75 0.27 0.46
Hex 55 95 59 2B 0 28 2A 7C 1B 2E
Octal 125 225 131 53 0 50 52 174 33 56
Binary 1010101 10010101 1011001 101011 0 101000 101010 1111100 11011 101110

Color Harmonies of #559559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559559

Black with #559559

Text Example


Text Example

White with #559559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559559; }

 p { color: rgb(85,149,89); }

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

background-color css

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

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

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

border-color css

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

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

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