Html Css Color HEX #559E49 Fruit Salad

📋 copy color: '#559E49'

red 85 ◦ green 158 ◦ blue 73

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

Shades of Fruit Salad #559E49

Tints of Fruit Salad #559E49

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 26.9%
G = 50%
B = 23.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#559E49 (or 0x559E49) is known color: Fruit Salad. HEX triplet: 55, 9E and 49. RGB value is (85,158,73). Sum of RGB (Red+Green+Blue) = 85+158+73=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #559E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E49 is #AA61B6. Grayscale: #7E7E7E. Windows color (decimal): -11166135 or 4824661. OLE color: 4824661.

HSL color Cylindrical-coordinate representation of color #559E49: hue angle of 111.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #559E49 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 73 -
CMYK 0.46 0 0.54 0.38
HSL 111.53º 0.37% 0.45% -
HSV(B) 111.53º 0.54% 0.62% -
XYZ 17.18 26.87 10.58 -
YUV 126.48 97.82 98.41 -
System Red Green Blue C M Y K H S L
Decimal 85 158 73 0.46 0 0.54 0.38 111.53 0.37 0.45
Hex 55 9E 49 2E 0 36 26 70 25 2D
Octal 125 236 111 56 0 66 46 160 45 55
Binary 1010101 10011110 1001001 101110 0 110110 100110 1110000 100101 101101

Color Harmonies of #559E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E49

Black with #559E49

Text Example


Text Example

White with #559E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559E49; }

 p { color: rgb(85,158,73); }

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

background-color css

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

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

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

border-color css

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

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

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