Html Css Color HEX #559858 Fruit Salad

📋 copy color: '#559858'

red 85 ◦ green 152 ◦ blue 88

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

Shades of Fruit Salad #559858

Tints of Fruit Salad #559858

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.77%

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 26.15%
G = 46.77%
B = 27.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#559858 (or 0x559858) is known color: Fruit Salad. HEX triplet: 55, 98 and 58. RGB value is (85,152,88). Sum of RGB (Red+Green+Blue) = 85+152+88=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #559858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559858 is #AA67A7. Grayscale: #7C7C7C. Windows color (decimal): -11167656 or 5806165. OLE color: 5806165.

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

Color convert

RGB 85 152 88 -
CMYK 0.44 0 0.42 0.40
HSL 122.69º 0.28% 0.46% -
HSV(B) 122.69º 0.44% 0.6% -
XYZ 16.74 25.09 13.19 -
YUV 124.67 107.3 99.7 -
System Red Green Blue C M Y K H S L
Decimal 85 152 88 0.44 0 0.42 0.40 122.69 0.28 0.46
Hex 55 98 58 2C 0 2A 28 7B 1C 2E
Octal 125 230 130 54 0 52 50 173 34 56
Binary 1010101 10011000 1011000 101100 0 101010 101000 1111011 11100 101110

Color Harmonies of #559858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559858

Black with #559858

Text Example


Text Example

White with #559858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559858; }

 p { color: rgb(85,152,88); }

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

background-color css

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

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

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

border-color css

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

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

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