#549B26

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

Shades of Limeade #549B26

Tints of Limeade #549B26

Color information

#549B26 (or 0x549B26) is unknown color: approx Limeade. HEX triplet: 54, 9B and 26. RGB value is (84,155,38). Sum of RGB (Red+Green+Blue) = 84+155+38=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #549B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549B26 is #AB64D9. Grayscale: #787878. Windows color (decimal): -11232474 or 2530132. OLE color: 2530132.

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

Color convert

RGB8415538-
CMYK0.4600.750.39
HSL96.41º60.62%37.84%-
HSV(B)96.41º75.48%60.78%-
XYZ15.7325.475.92-
YUV120.4381.48102.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 155 (60.94% from 255) = 55.96%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=30.32%
G=55.96%
B=13.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84155380.4600.750.3996.4160.6237.84
Hex549B262E04B27603d26
Octal12423346560113471407546
Binary101010010011011100110101110010010111001111100000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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