#549336

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

Shades of Limeade #549336

Tints of Limeade #549336

Color information

#549336 (or 0x549336) is unknown color: approx Limeade. HEX triplet: 54, 93 and 36. RGB value is (84,147,54). Sum of RGB (Red+Green+Blue) = 84+147+54=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #549336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549336 is #AB6CC9. Grayscale: #757575. Windows color (decimal): -11234506 or 3576660. OLE color: 3576660.

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

Color convert

RGB8414754-
CMYK0.4300.630.42
HSL100.65º46.27%39.41%-
HSV(B)100.65º63.27%57.65%-
XYZ14.7623.027.16-
YUV117.5692.13104.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 147 (57.81% from 255) = 51.58%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=29.47%
G=51.58%
B=18.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147540.4300.630.42100.6546.2739.41
Hex5493362B03F2A652e27
Octal1242236653077521455647
Binary10101001001001111011010101101111111010101100101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549336; }

 p { color: rgb(84,147,54); }

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

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

 a { background-color: rgb(84,147,54); }

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

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

 span { border-color: rgb(84,147,54); }

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