Html Css Color HEX #549535 Limeade

📋 copy color: '#549535'

red 84 ◦ green 149 ◦ blue 53

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

Shades of Limeade #549535

Tints of Limeade #549535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 29.37%
G = 52.1%
B = 18.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#549535 (or 0x549535) is known color: Limeade. HEX triplet: 54, 95 and 35. RGB value is (84,149,53). Sum of RGB (Red+Green+Blue) = 84+149+53=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #549535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549535 is #AB6ACA. Grayscale: #767676. Windows color (decimal): -11233995 or 3511636. OLE color: 3511636.

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

Color convert

RGB 84 149 53 -
CMYK 0.44 0 0.64 0.42
HSL 100.63º 0.48% 0.4% -
HSV(B) 100.63º 0.64% 0.58% -
XYZ 15.05 23.64 7.14 -
YUV 118.62 90.97 103.31 -
System Red Green Blue C M Y K H S L
Decimal 84 149 53 0.44 0 0.64 0.42 100.63 0.48 0.4
Hex 54 95 35 2C 0 40 2A 65 30 28
Octal 124 225 65 54 0 100 52 145 60 50
Binary 1010100 10010101 110101 101100 0 1000000 101010 1100101 110000 101000

Color Harmonies of #549535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549535

Black with #549535

Text Example


Text Example

White with #549535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549535; }

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

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

background-color css

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

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

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

border-color css

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

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

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