Html Css Color HEX #559D49 Fruit Salad

📋 copy color: '#559D49'

red 85 ◦ green 157 ◦ blue 73

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

Shades of Fruit Salad #559D49

Tints of Fruit Salad #559D49

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.84%

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

R = 26.98%
G = 49.84%
B = 23.17%

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

#559D49 (or 0x559D49) is known color: Fruit Salad. HEX triplet: 55, 9D and 49. RGB value is (85,157,73). Sum of RGB (Red+Green+Blue) = 85+157+73=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #559D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D49 is #AA62B6. Grayscale: #7E7E7E. Windows color (decimal): -11166391 or 4824405. OLE color: 4824405.

HSL color Cylindrical-coordinate representation of color #559D49: hue angle of 111.43º 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 #559D49 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 157 73 -
CMYK 0.46 0 0.54 0.38
HSL 111.43º 0.37% 0.45% -
HSV(B) 111.43º 0.54% 0.62% -
XYZ 17.01 26.53 10.53 -
YUV 125.9 98.15 98.83 -
System Red Green Blue C M Y K H S L
Decimal 85 157 73 0.46 0 0.54 0.38 111.43 0.37 0.45
Hex 55 9D 49 2E 0 36 26 6F 25 2D
Octal 125 235 111 56 0 66 46 157 45 55
Binary 1010101 10011101 1001001 101110 0 110110 100110 1101111 100101 101101

Color Harmonies of #559D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D49

Black with #559D49

Text Example


Text Example

White with #559D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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