Html Css Color HEX #549F49 Fruit Salad

📋 copy color: '#549F49'

red 84 ◦ green 159 ◦ blue 73

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

Shades of Fruit Salad #549F49

Tints of Fruit Salad #549F49

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.32%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 26.58%
G = 50.32%
B = 23.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#549F49 (or 0x549F49) is known color: Fruit Salad. HEX triplet: 54, 9F and 49. RGB value is (84,159,73). Sum of RGB (Red+Green+Blue) = 84+159+73=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #549F49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549F49 is #AB60B6. Grayscale: #7F7F7F. Windows color (decimal): -11231415 or 4824916. OLE color: 4824916.

HSL color Cylindrical-coordinate representation of color #549F49: hue angle of 112.33º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #549F49 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 159 73 -
CMYK 0.47 0 0.54 0.38
HSL 112.33º 0.37% 0.45% -
HSV(B) 112.33º 0.54% 0.62% -
XYZ 17.26 27.16 10.64 -
YUV 126.77 97.65 97.49 -
System Red Green Blue C M Y K H S L
Decimal 84 159 73 0.47 0 0.54 0.38 112.33 0.37 0.45
Hex 54 9F 49 2F 0 36 26 70 25 2D
Octal 124 237 111 57 0 66 46 160 45 55
Binary 1010100 10011111 1001001 101111 0 110110 100110 1110000 100101 101101

Color Harmonies of #549F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549F49

Black with #549F49

Text Example


Text Example

White with #549F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549F49; }

 p { color: rgb(84,159,73); }

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

background-color css

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

 a { background-color: rgb(84,159,73); }

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

border-color css

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

 span { border-color: rgb(84,159,73); }

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