Html Css Color HEX #549B49 Fruit Salad

📋 copy color: '#549B49'

red 84 ◦ green 155 ◦ blue 73

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

Shades of Fruit Salad #549B49

Tints of Fruit Salad #549B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.68%

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

R = 26.92%
G = 49.68%
B = 23.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#549B49 (or 0x549B49) is known color: Fruit Salad. HEX triplet: 54, 9B and 49. RGB value is (84,155,73). Sum of RGB (Red+Green+Blue) = 84+155+73=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #549B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549B49 is #AB64B6. Grayscale: #7C7C7C. Windows color (decimal): -11232439 or 4823892. OLE color: 4823892.

HSL color Cylindrical-coordinate representation of color #549B49: hue angle of 111.95º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #549B49 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 155 73 -
CMYK 0.46 0 0.53 0.39
HSL 111.95º 0.36% 0.45% -
HSV(B) 111.95º 0.53% 0.61% -
XYZ 16.58 25.81 10.41 -
YUV 124.42 98.98 99.17 -
System Red Green Blue C M Y K H S L
Decimal 84 155 73 0.46 0 0.53 0.39 111.95 0.36 0.45
Hex 54 9B 49 2E 0 35 27 70 24 2D
Octal 124 233 111 56 0 65 47 160 44 55
Binary 1010100 10011011 1001001 101110 0 110101 100111 1110000 100100 101101

Color Harmonies of #549B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549B49

Black with #549B49

Text Example


Text Example

White with #549B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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