#549B38

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

Shades of Limeade #549B38

Tints of Limeade #549B38

Color information

#549B38 (or 0x549B38) is unknown color: approx Limeade. HEX triplet: 54, 9B and 38. RGB value is (84,155,56). Sum of RGB (Red+Green+Blue) = 84+155+56=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #549B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549B38 is #AB64C7. Grayscale: #7A7A7A. Windows color (decimal): -11232456 or 3709780. OLE color: 3709780.

HSL color Cylindrical-coordinate representation of color #549B38: hue angle of 103.03º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #549B38 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB8415556-
CMYK0.4600.640.39
HSL103.03º46.92%41.37%-
HSV(B)103.03º63.87%60.78%-
XYZ16.0925.617.84-
YUV122.4890.48100.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 155 (60.94% from 255) = 52.54%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=28.47%
G=52.54%
B=18.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84155560.4600.640.39103.0346.9241.37
Hex549B382E04027672f29
Octal12423370560100471475751
Binary101010010011011111000101110010000001001111100111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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