Html Css Color HEX #549220 Limeade

📋 copy color: '#549220'

red 84 ◦ green 146 ◦ blue 32

#549220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #549220

Tints of Limeade #549220

RGB

 RED value IS 84 (33.2% from 255) = 32.06%

 GREEN value IS 146 (57.42% from 255) = 55.73%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 32.06%
G = 55.73%
B = 12.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#549220 (or 0x549220) is known color: Limeade. HEX triplet: 54, 92 and 20. RGB value is (84,146,32). Sum of RGB (Red+Green+Blue) = 84+146+32=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #549220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549220 is #AB6DDF. Grayscale: #727272. Windows color (decimal): -11234784 or 2134612. OLE color: 2134612.

HSL color Cylindrical-coordinate representation of color #549220: hue angle of 92.63º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #549220 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 146 32 -
CMYK 0.42 0 0.78 0.43
HSL 92.63º 0.64% 0.35% -
HSV(B) 92.63º 0.78% 0.57% -
XYZ 14.2 22.55 4.97 -
YUV 114.47 81.46 106.27 -
System Red Green Blue C M Y K H S L
Decimal 84 146 32 0.42 0 0.78 0.43 92.63 0.64 0.35
Hex 54 92 20 2A 0 4E 2B 5D 40 23
Octal 124 222 40 52 0 116 53 135 100 43
Binary 1010100 10010010 100000 101010 0 1001110 101011 1011101 1000000 100011

Color Harmonies of #549220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549220

Black with #549220

Text Example


Text Example

White with #549220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549220; }

 p { color: rgb(84,146,32); }

 H1.HeaderClassName
 {
   color: #549220;
 }
 .AnyTagClassName
 {
   color: #549220;
 }
</style>

background-color css

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

 a { background-color: rgb(84,146,32); }

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

border-color css

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

 span { border-color: rgb(84,146,32); }

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