Html Css Color HEX #549A60 Fruit Salad

📋 copy color: '#549A60'

red 84 ◦ green 154 ◦ blue 96

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

Shades of Fruit Salad #549A60

Tints of Fruit Salad #549A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.11%

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 25.15%
G = 46.11%
B = 28.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#549A60 (or 0x549A60) is known color: Fruit Salad. HEX triplet: 54, 9A and 60. RGB value is (84,154,96). Sum of RGB (Red+Green+Blue) = 84+154+96=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #549A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549A60 is #AB659F. Grayscale: #7E7E7E. Windows color (decimal): -11232672 or 6330964. OLE color: 6330964.

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

Color convert

RGB 84 154 96 -
CMYK 0.45 0 0.38 0.40
HSL 130.29º 0.29% 0.47% -
HSV(B) 130.29º 0.45% 0.6% -
XYZ 17.32 25.84 15.14 -
YUV 126.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 84 154 96 0.45 0 0.38 0.40 130.29 0.29 0.47
Hex 54 9A 60 2D 0 26 28 82 1D 2F
Octal 124 232 140 55 0 46 50 202 35 57
Binary 1010100 10011010 1100000 101101 0 100110 101000 10000010 11101 101111

Color Harmonies of #549A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549A60

Black with #549A60

Text Example


Text Example

White with #549A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,154,96); }

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

background-color css

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

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

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

border-color css

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

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

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