Html Css Color HEX #549557 Fruit Salad

📋 copy color: '#549557'

red 84 ◦ green 149 ◦ blue 87

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

Shades of Fruit Salad #549557

Tints of Fruit Salad #549557

RGB

 RED value IS 84 (33.2% from 255) = 26.25%

 GREEN value IS 149 (58.59% from 255) = 46.56%

 BLUE value IS 87 (34.38% from 255) = 27.19%

R = 26.25%
G = 46.56%
B = 27.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#549557 (or 0x549557) is known color: Fruit Salad. HEX triplet: 54, 95 and 57. RGB value is (84,149,87). Sum of RGB (Red+Green+Blue) = 84+149+87=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #549557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549557 is #AB6AA8. Grayscale: #7A7A7A. Windows color (decimal): -11233961 or 5739860. OLE color: 5739860.

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

Color convert

RGB 84 149 87 -
CMYK 0.44 0 0.42 0.42
HSL 122.77º 0.28% 0.46% -
HSV(B) 122.77º 0.44% 0.58% -
XYZ 16.12 24.07 12.81 -
YUV 122.5 107.97 100.54 -
System Red Green Blue C M Y K H S L
Decimal 84 149 87 0.44 0 0.42 0.42 122.77 0.28 0.46
Hex 54 95 57 2C 0 2A 2A 7B 1C 2E
Octal 124 225 127 54 0 52 52 173 34 56
Binary 1010100 10010101 1010111 101100 0 101010 101010 1111011 11100 101110

Color Harmonies of #549557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549557

Black with #549557

Text Example


Text Example

White with #549557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549557; }

 p { color: rgb(84,149,87); }

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

background-color css

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

 a { background-color: rgb(84,149,87); }

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

border-color css

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

 span { border-color: rgb(84,149,87); }

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