#55932F

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

Shades of Limeade #55932F

Tints of Limeade #55932F

Color information

#55932F (or 0x55932F) is unknown color: approx Limeade. HEX triplet: 55, 93 and 2F. RGB value is (85,147,47). Sum of RGB (Red+Green+Blue) = 85+147+47=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #55932F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55932F is #AA6CD0. Grayscale: #757575. Windows color (decimal): -11168977 or 3117909. OLE color: 3117909.

HSL color Cylindrical-coordinate representation of color #55932F: hue angle of 97.2º 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 #55932F is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB8514747-
CMYK0.4200.680.42
HSL97.2º51.55%38.04%-
HSV(B)97.2º68.03%57.65%-
XYZ14.69236.36-
YUV117.0688.46105.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=30.47%
G=52.69%
B=16.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147470.4200.680.4297.251.5538.04
Hex55932F2A0442A613426
Octal12522357520104521416446
Binary101010110010011101111101010010001001010101100001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55932F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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