Html Css Color HEX #549513 Limeade

📋 copy color: '#549513'

red 84 ◦ green 149 ◦ blue 19

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

Shades of Limeade #549513

Tints of Limeade #549513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.13%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 33.33%
G = 59.13%
B = 7.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#549513 (or 0x549513) is known color: Limeade. HEX triplet: 54, 95 and 13. RGB value is (84,149,19). Sum of RGB (Red+Green+Blue) = 84+149+19=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #549513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549513 is #AB6AEC. Grayscale: #737373. Windows color (decimal): -11234029 or 1283412. OLE color: 1283412.

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

Color convert

RGB 84 149 19 -
CMYK 0.44 0 0.87 0.42
HSL 90º 0.77% 0.33% -
HSV(B) 90º 0.87% 0.58% -
XYZ 14.52 23.43 4.37 -
YUV 114.75 73.97 106.07 -
System Red Green Blue C M Y K H S L
Decimal 84 149 19 0.44 0 0.87 0.42 90 0.77 0.33
Hex 54 95 13 2C 0 57 2A 5A 4D 21
Octal 124 225 23 54 0 127 52 132 115 41
Binary 1010100 10010101 10011 101100 0 1010111 101010 1011010 1001101 100001

Color Harmonies of #549513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549513

Black with #549513

Text Example


Text Example

White with #549513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549513; }

 p { color: rgb(84,149,19); }

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

background-color css

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

 a { background-color: rgb(84,149,19); }

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

border-color css

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

 span { border-color: rgb(84,149,19); }

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