Html Css Color HEX #549622 Limeade

📋 copy color: '#549622'

red 84 ◦ green 150 ◦ blue 34

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

Shades of Limeade #549622

Tints of Limeade #549622

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.97%

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

R = 31.34%
G = 55.97%
B = 12.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#549622 (or 0x549622) is known color: Limeade. HEX triplet: 54, 96 and 22. RGB value is (84,150,34). Sum of RGB (Red+Green+Blue) = 84+150+34=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #549622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549622 is #AB69DD. Grayscale: #757575. Windows color (decimal): -11233758 or 2266708. OLE color: 2266708.

HSL color Cylindrical-coordinate representation of color #549622: hue angle of 94.14º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #549622 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 34 -
CMYK 0.44 0 0.77 0.41
HSL 94.14º 0.63% 0.36% -
HSV(B) 94.14º 0.77% 0.59% -
XYZ 14.85 23.81 5.33 -
YUV 117.04 81.13 104.43 -
System Red Green Blue C M Y K H S L
Decimal 84 150 34 0.44 0 0.77 0.41 94.14 0.63 0.36
Hex 54 96 22 2C 0 4D 29 5E 3F 24
Octal 124 226 42 54 0 115 51 136 77 44
Binary 1010100 10010110 100010 101100 0 1001101 101001 1011110 111111 100100

Color Harmonies of #549622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549622

Black with #549622

Text Example


Text Example

White with #549622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549622; }

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

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

background-color css

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

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

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

border-color css

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

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

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