Html Css Color HEX #549554 Fruit Salad

📋 copy color: '#549554'

red 84 ◦ green 149 ◦ blue 84

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

Shades of Fruit Salad #549554

Tints of Fruit Salad #549554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.5%

R = 26.5%
G = 47%
B = 26.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#549554 (or 0x549554) is known color: Fruit Salad. HEX triplet: 54, 95 and 54. RGB value is (84,149,84). Sum of RGB (Red+Green+Blue) = 84+149+84=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #549554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549554 is #AB6AAB. Grayscale: #7A7A7A. Windows color (decimal): -11233964 or 5543252. OLE color: 5543252.

HSL color Cylindrical-coordinate representation of color #549554: hue angle of 120º 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 #549554 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 84 -
CMYK 0.44 0 0.44 0.42
HSL 120º 0.28% 0.46% -
HSV(B) 120º 0.44% 0.58% -
XYZ 16 24.02 12.18 -
YUV 122.16 106.47 100.79 -
System Red Green Blue C M Y K H S L
Decimal 84 149 84 0.44 0 0.44 0.42 120 0.28 0.46
Hex 54 95 54 2C 0 2C 2A 78 1C 2E
Octal 124 225 124 54 0 54 52 170 34 56
Binary 1010100 10010101 1010100 101100 0 101100 101010 1111000 11100 101110

Color Harmonies of #549554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549554

Black with #549554

Text Example


Text Example

White with #549554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549554; }

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

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

background-color css

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

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

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

border-color css

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

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

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