#549D3A

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

Shades of Limeade #549D3A

Tints of Limeade #549D3A

Color information

#549D3A (or 0x549D3A) is unknown color: approx Limeade. HEX triplet: 54, 9D and 3A. RGB value is (84,157,58). Sum of RGB (Red+Green+Blue) = 84+157+58=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #549D3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D3A is #AB62C5. Grayscale: #7C7C7C. Windows color (decimal): -11231942 or 3841364. OLE color: 3841364.

HSL color Cylindrical-coordinate representation of color #549D3A: hue angle of 104.24º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #549D3A is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB8415758-
CMYK0.4600.630.38
HSL104.24º46.05%42.16%-
HSV(B)104.24º63.06%61.57%-
XYZ16.4826.38.21-
YUV123.8990.8299.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 157 (61.72% from 255) = 52.51%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=28.09%
G=52.51%
B=19.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84157580.4600.630.38104.2446.0542.16
Hex549D3A2E03F26682e2a
Octal1242357256077461505652
Binary10101001001110111101010111001111111001101101000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,157,58); }

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

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

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

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

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

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

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