Html Css Color HEX #559335 Limeade

📋 copy color: '#559335'

red 85 ◦ green 147 ◦ blue 53

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

Shades of Limeade #559335

Tints of Limeade #559335

RGB

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

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

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

R = 29.82%
G = 51.58%
B = 18.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#559335 (or 0x559335) is known color: Limeade. HEX triplet: 55, 93 and 35. RGB value is (85,147,53). Sum of RGB (Red+Green+Blue) = 85+147+53=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #559335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559335 is #AA6CCA. Grayscale: #767676. Windows color (decimal): -11168971 or 3511125. OLE color: 3511125.

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

Color convert

RGB 85 147 53 -
CMYK 0.42 0 0.64 0.42
HSL 99.57º 0.47% 0.39% -
HSV(B) 99.57º 0.64% 0.58% -
XYZ 14.82 23.06 7.04 -
YUV 117.75 91.46 104.64 -
System Red Green Blue C M Y K H S L
Decimal 85 147 53 0.42 0 0.64 0.42 99.57 0.47 0.39
Hex 55 93 35 2A 0 40 2A 64 2F 27
Octal 125 223 65 52 0 100 52 144 57 47
Binary 1010101 10010011 110101 101010 0 1000000 101010 1100100 101111 100111

Color Harmonies of #559335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559335

Black with #559335

Text Example


Text Example

White with #559335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559335; }

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

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

background-color css

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

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

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

border-color css

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

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

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