Html Css Color HEX #559C51 Fruit Salad

📋 copy color: '#559C51'

red 85 ◦ green 156 ◦ blue 81

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

Shades of Fruit Salad #559C51

Tints of Fruit Salad #559C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 26.4%
G = 48.45%
B = 25.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#559C51 (or 0x559C51) is known color: Fruit Salad. HEX triplet: 55, 9C and 51. RGB value is (85,156,81). Sum of RGB (Red+Green+Blue) = 85+156+81=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #559C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C51 is #AA63AE. Grayscale: #7E7E7E. Windows color (decimal): -11166639 or 5348437. OLE color: 5348437.

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

Color convert

RGB 85 156 81 -
CMYK 0.46 0 0.48 0.39
HSL 116.8º 0.32% 0.46% -
HSV(B) 116.8º 0.48% 0.61% -
XYZ 17.12 26.3 11.96 -
YUV 126.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 85 156 81 0.46 0 0.48 0.39 116.8 0.32 0.46
Hex 55 9C 51 2E 0 30 27 75 20 2E
Octal 125 234 121 56 0 60 47 165 40 56
Binary 1010101 10011100 1010001 101110 0 110000 100111 1110101 100000 101110

Color Harmonies of #559C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C51

Black with #559C51

Text Example


Text Example

White with #559C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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