Html Css Color HEX #559536 Limeade

📋 copy color: '#559536'

red 85 ◦ green 149 ◦ blue 54

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

Shades of Limeade #559536

Tints of Limeade #559536

RGB

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

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

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

R = 29.51%
G = 51.74%
B = 18.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#559536 (or 0x559536) is known color: Limeade. HEX triplet: 55, 95 and 36. RGB value is (85,149,54). Sum of RGB (Red+Green+Blue) = 85+149+54=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #559536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559536 is #AA6AC9. Grayscale: #777777. Windows color (decimal): -11168458 or 3577173. OLE color: 3577173.

HSL color Cylindrical-coordinate representation of color #559536: hue angle of 100.42º degrees, saturation: 0.47, 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 #559536 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 54 -
CMYK 0.43 0 0.64 0.42
HSL 100.42º 0.47% 0.4% -
HSV(B) 100.42º 0.64% 0.58% -
XYZ 15.16 23.69 7.26 -
YUV 119.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 85 149 54 0.43 0 0.64 0.42 100.42 0.47 0.4
Hex 55 95 36 2B 0 40 2A 64 2F 28
Octal 125 225 66 53 0 100 52 144 57 50
Binary 1010101 10010101 110110 101011 0 1000000 101010 1100100 101111 101000

Color Harmonies of #559536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559536

Black with #559536

Text Example


Text Example

White with #559536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559536; }

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

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

background-color css

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

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

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

border-color css

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

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

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