Html Css Color HEX #549B50 Fruit Salad

📋 copy color: '#549B50'

red 84 ◦ green 155 ◦ blue 80

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

Shades of Fruit Salad #549B50

Tints of Fruit Salad #549B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 26.33%
G = 48.59%
B = 25.08%

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

#549B50 (or 0x549B50) is known color: Fruit Salad. HEX triplet: 54, 9B and 50. RGB value is (84,155,80). Sum of RGB (Red+Green+Blue) = 84+155+80=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #549B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B50 is #AB64AF. Grayscale: #7D7D7D. Windows color (decimal): -11232432 or 5282644. OLE color: 5282644.

HSL color Cylindrical-coordinate representation of color #549B50: 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 #549B50 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 155 80 -
CMYK 0.46 0 0.48 0.39
HSL 116.8º 0.32% 0.46% -
HSV(B) 116.8º 0.48% 0.61% -
XYZ 16.83 25.91 11.7 -
YUV 125.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 84 155 80 0.46 0 0.48 0.39 116.8 0.32 0.46
Hex 54 9B 50 2E 0 30 27 75 20 2E
Octal 124 233 120 56 0 60 47 165 40 56
Binary 1010100 10011011 1010000 101110 0 110000 100111 1110101 100000 101110

Color Harmonies of #549B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549B50

Black with #549B50

Text Example


Text Example

White with #549B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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