Html Css Color HEX #559C5E Fruit Salad

📋 copy color: '#559C5E'

red 85 ◦ green 156 ◦ blue 94

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

Shades of Fruit Salad #559C5E

Tints of Fruit Salad #559C5E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.57%

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 25.37%
G = 46.57%
B = 28.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#559C5E (or 0x559C5E) is known color: Fruit Salad. HEX triplet: 55, 9C and 5E. RGB value is (85,156,94). Sum of RGB (Red+Green+Blue) = 85+156+94=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #559C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C5E is #AA63A1. Grayscale: #7F7F7F. Windows color (decimal): -11166626 or 6200405. OLE color: 6200405.

HSL color Cylindrical-coordinate representation of color #559C5E: hue angle of 127.61º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C5E is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 156 94 -
CMYK 0.46 0 0.40 0.39
HSL 127.61º 0.29% 0.47% -
HSV(B) 127.61º 0.46% 0.61% -
XYZ 17.66 26.52 14.78 -
YUV 127.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 85 156 94 0.46 0 0.40 0.39 127.61 0.29 0.47
Hex 55 9C 5E 2E 0 28 27 80 1D 2F
Octal 125 234 136 56 0 50 47 200 35 57
Binary 1010101 10011100 1011110 101110 0 101000 100111 10000000 11101 101111

Color Harmonies of #559C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C5E

Black with #559C5E

Text Example


Text Example

White with #559C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,156,94); }

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

background-color css

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

 a { background-color: rgb(85,156,94); }

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

border-color css

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

 span { border-color: rgb(85,156,94); }

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