Html Css Color HEX #559459 Fruit Salad

📋 copy color: '#559459'

red 85 ◦ green 148 ◦ blue 89

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

Shades of Fruit Salad #559459

Tints of Fruit Salad #559459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

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

R = 26.4%
G = 45.96%
B = 27.64%

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

#559459 (or 0x559459) is known color: Fruit Salad. HEX triplet: 55, 94 and 59. RGB value is (85,148,89). Sum of RGB (Red+Green+Blue) = 85+148+89=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #559459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559459 is #AA6BA6. Grayscale: #7A7A7A. Windows color (decimal): -11168679 or 5870677. OLE color: 5870677.

HSL color Cylindrical-coordinate representation of color #559459: hue angle of 123.81º 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 #559459 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 148 89 -
CMYK 0.43 0 0.40 0.42
HSL 123.81º 0.27% 0.46% -
HSV(B) 123.81º 0.43% 0.58% -
XYZ 16.14 23.83 13.2 -
YUV 122.44 109.13 101.3 -
System Red Green Blue C M Y K H S L
Decimal 85 148 89 0.43 0 0.40 0.42 123.81 0.27 0.46
Hex 55 94 59 2B 0 28 2A 7C 1B 2E
Octal 125 224 131 53 0 50 52 174 33 56
Binary 1010101 10010100 1011001 101011 0 101000 101010 1111100 11011 101110

Color Harmonies of #559459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559459

Black with #559459

Text Example


Text Example

White with #559459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559459; }

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

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

background-color css

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

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

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

border-color css

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

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

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