Html Css Color HEX #549A48 Fruit Salad

📋 copy color: '#549A48'

red 84 ◦ green 154 ◦ blue 72

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

Shades of Fruit Salad #549A48

Tints of Fruit Salad #549A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 27.1%
G = 49.68%
B = 23.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#549A48 (or 0x549A48) is known color: Fruit Salad. HEX triplet: 54, 9A and 48. RGB value is (84,154,72). Sum of RGB (Red+Green+Blue) = 84+154+72=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #549A48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549A48 is #AB65B7. Grayscale: #7B7B7B. Windows color (decimal): -11232696 or 4758100. OLE color: 4758100.

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

Color convert

RGB 84 154 72 -
CMYK 0.45 0 0.53 0.40
HSL 111.22º 0.36% 0.44% -
HSV(B) 111.22º 0.53% 0.6% -
XYZ 16.38 25.46 10.18 -
YUV 123.72 98.81 99.67 -
System Red Green Blue C M Y K H S L
Decimal 84 154 72 0.45 0 0.53 0.40 111.22 0.36 0.44
Hex 54 9A 48 2D 0 35 28 6F 24 2C
Octal 124 232 110 55 0 65 50 157 44 54
Binary 1010100 10011010 1001000 101101 0 110101 101000 1101111 100100 101100

Color Harmonies of #549A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549A48

Black with #549A48

Text Example


Text Example

White with #549A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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