#55952F

Color #55952F Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #55952F

Tints of Limeade #55952F

Color information

#55952F (or 0x55952F) is unknown color: approx Limeade. HEX triplet: 55, 95 and 2F. RGB value is (85,149,47). Sum of RGB (Red+Green+Blue) = 85+149+47=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #55952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55952F is #AA6AD0. Grayscale: #767676. Windows color (decimal): -11168465 or 3118421. OLE color: 3118421.

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

Color convert

RGB8514947-
CMYK0.4300.680.42
HSL97.65º52.04%38.43%-
HSV(B)97.65º68.46%58.43%-
XYZ15.0123.636.46-
YUV118.2487.8104.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=30.25%
G=53.02%
B=16.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149470.4300.680.4297.6552.0438.43
Hex55952F2B0442A623426
Octal12522557530104521426446
Binary101010110010101101111101011010001001010101100010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55952F; }

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

 H1.HeaderClassName
 {
   color: #55952F;
 }
 .AnyTagClassName
 {
   color: #55952F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #55952F;
 }
 .BgClassName
 {
   background-color: #55952F;
 }
</style>
border-color css

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

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

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