Html Css Color HEX #559528 Limeade

📋 copy color: '#559528'

red 85 ◦ green 149 ◦ blue 40

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

Shades of Limeade #559528

Tints of Limeade #559528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.6%

R = 31.02%
G = 54.38%
B = 14.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#559528 (or 0x559528) is known color: Limeade. HEX triplet: 55, 95 and 28. RGB value is (85,149,40). Sum of RGB (Red+Green+Blue) = 85+149+40=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #559528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559528 is #AA6AD7. Grayscale: #757575. Windows color (decimal): -11168472 or 2659669. OLE color: 2659669.

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

Color convert

RGB 85 149 40 -
CMYK 0.43 0 0.73 0.42
HSL 95.23º 0.58% 0.37% -
HSV(B) 95.23º 0.73% 0.58% -
XYZ 14.88 23.58 5.77 -
YUV 117.44 84.3 104.86 -
System Red Green Blue C M Y K H S L
Decimal 85 149 40 0.43 0 0.73 0.42 95.23 0.58 0.37
Hex 55 95 28 2B 0 49 2A 5F 3A 25
Octal 125 225 50 53 0 111 52 137 72 45
Binary 1010101 10010101 101000 101011 0 1001001 101010 1011111 111010 100101

Color Harmonies of #559528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559528

Black with #559528

Text Example


Text Example

White with #559528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559528; }

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

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

background-color css

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

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

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

border-color css

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

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

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