Html Css Color HEX #559C55 Fruit Salad

📋 copy color: '#559C55'

red 85 ◦ green 156 ◦ blue 85

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

Shades of Fruit Salad #559C55

Tints of Fruit Salad #559C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 26.07%
G = 47.85%
B = 26.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#559C55 (or 0x559C55) is known color: Fruit Salad. HEX triplet: 55, 9C and 55. RGB value is (85,156,85). Sum of RGB (Red+Green+Blue) = 85+156+85=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #559C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C55 is #AA63AA. Grayscale: #7E7E7E. Windows color (decimal): -11166635 or 5610581. OLE color: 5610581.

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

Color convert

RGB 85 156 85 -
CMYK 0.46 0 0.46 0.39
HSL 120º 0.29% 0.47% -
HSV(B) 120º 0.46% 0.61% -
XYZ 17.27 26.36 12.77 -
YUV 126.68 104.48 98.27 -
System Red Green Blue C M Y K H S L
Decimal 85 156 85 0.46 0 0.46 0.39 120 0.29 0.47
Hex 55 9C 55 2E 0 2E 27 78 1D 2F
Octal 125 234 125 56 0 56 47 170 35 57
Binary 1010101 10011100 1010101 101110 0 101110 100111 1111000 11101 101111

Color Harmonies of #559C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C55

Black with #559C55

Text Example


Text Example

White with #559C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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