Html Css Color HEX #549419 Limeade

📋 copy color: '#549419'

red 84 ◦ green 148 ◦ blue 25

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

Shades of Limeade #549419

Tints of Limeade #549419

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.59%

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 32.68%
G = 57.59%
B = 9.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#549419 (or 0x549419) is known color: Limeade. HEX triplet: 54, 94 and 19. RGB value is (84,148,25). Sum of RGB (Red+Green+Blue) = 84+148+25=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #549419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549419 is #AB6BE6. Grayscale: #737373. Windows color (decimal): -11234279 or 1676372. OLE color: 1676372.

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

Color convert

RGB 84 148 25 -
CMYK 0.43 0 0.83 0.42
HSL 91.22º 0.71% 0.34% -
HSV(B) 91.22º 0.83% 0.58% -
XYZ 14.42 23.13 4.63 -
YUV 114.84 77.3 106 -
System Red Green Blue C M Y K H S L
Decimal 84 148 25 0.43 0 0.83 0.42 91.22 0.71 0.34
Hex 54 94 19 2B 0 53 2A 5B 47 22
Octal 124 224 31 53 0 123 52 133 107 42
Binary 1010100 10010100 11001 101011 0 1010011 101010 1011011 1000111 100010

Color Harmonies of #549419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549419

Black with #549419

Text Example


Text Example

White with #549419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549419; }

 p { color: rgb(84,148,25); }

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

background-color css

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

 a { background-color: rgb(84,148,25); }

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

border-color css

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

 span { border-color: rgb(84,148,25); }

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