Html Css Color HEX #549322 Limeade

📋 copy color: '#549322'

red 84 ◦ green 147 ◦ blue 34

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

Shades of Limeade #549322

Tints of Limeade #549322

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.47%

 BLUE value IS 34 (13.67% from 255) = 12.83%

R = 31.7%
G = 55.47%
B = 12.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#549322 (or 0x549322) is known color: Limeade. HEX triplet: 54, 93 and 22. RGB value is (84,147,34). Sum of RGB (Red+Green+Blue) = 84+147+34=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #549322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549322 is #AB6CDD. Grayscale: #737373. Windows color (decimal): -11234526 or 2265940. OLE color: 2265940.

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

Color convert

RGB 84 147 34 -
CMYK 0.43 0 0.77 0.42
HSL 93.45º 0.62% 0.35% -
HSV(B) 93.45º 0.77% 0.58% -
XYZ 14.38 22.87 5.17 -
YUV 115.28 82.13 105.69 -
System Red Green Blue C M Y K H S L
Decimal 84 147 34 0.43 0 0.77 0.42 93.45 0.62 0.35
Hex 54 93 22 2B 0 4D 2A 5D 3E 23
Octal 124 223 42 53 0 115 52 135 76 43
Binary 1010100 10010011 100010 101011 0 1001101 101010 1011101 111110 100011

Color Harmonies of #549322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549322

Black with #549322

Text Example


Text Example

White with #549322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549322; }

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

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

background-color css

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

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

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

border-color css

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

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

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