#549C4A

Color #549C4A Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #549C4A

Tints of Fruit Salad #549C4A

Color information

#549C4A (or 0x549C4A) is unknown color: approx Fruit Salad. HEX triplet: 54, 9C and 4A. RGB value is (84,156,74). Sum of RGB (Red+Green+Blue) = 84+156+74=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #549C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C4A is #AB63B5. Grayscale: #7D7D7D. Windows color (decimal): -11232182 or 4889684. OLE color: 4889684.

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

Color convert

RGB8415674-
CMYK0.4600.530.39
HSL112.68º35.65%45.1%-
HSV(B)112.68º52.56%61.18%-
XYZ16.7826.1610.64-
YUV125.1299.1598.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 156 (61.33% from 255) = 49.68%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=26.75%
G=49.68%
B=23.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84156740.4600.530.39112.6835.6545.1
Hex549C4A2E0352771242d
Octal12423411256065471614455
Binary101010010011100100101010111001101011001111110001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,156,74); }

 H1.HeaderClassName
 {
   color: #549C4A;
 }
 .AnyTagClassName
 {
   color: #549C4A;
 }
</style>
background-color css

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

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

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

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

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

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