Html Css Color HEX #559336 Limeade

📋 copy color: '#559336'

red 85 ◦ green 147 ◦ blue 54

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

Shades of Limeade #559336

Tints of Limeade #559336

RGB

 RED value IS 85 (33.59% from 255) = 29.72%

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

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 29.72%
G = 51.4%
B = 18.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#559336 (or 0x559336) is known color: Limeade. HEX triplet: 55, 93 and 36. RGB value is (85,147,54). Sum of RGB (Red+Green+Blue) = 85+147+54=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #559336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559336 is #AA6CC9. Grayscale: #767676. Windows color (decimal): -11168970 or 3576661. OLE color: 3576661.

HSL color Cylindrical-coordinate representation of color #559336: hue angle of 100º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559336 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 147 54 -
CMYK 0.42 0 0.63 0.42
HSL 100º 0.46% 0.39% -
HSV(B) 100º 0.63% 0.58% -
XYZ 14.85 23.07 7.16 -
YUV 117.86 91.96 104.56 -
System Red Green Blue C M Y K H S L
Decimal 85 147 54 0.42 0 0.63 0.42 100 0.46 0.39
Hex 55 93 36 2A 0 3F 2A 64 2E 27
Octal 125 223 66 52 0 77 52 144 56 47
Binary 1010101 10010011 110110 101010 0 111111 101010 1100100 101110 100111

Color Harmonies of #559336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559336

Black with #559336

Text Example


Text Example

White with #559336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559336; }

 p { color: rgb(85,147,54); }

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

background-color css

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

 a { background-color: rgb(85,147,54); }

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

border-color css

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

 span { border-color: rgb(85,147,54); }

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