#57932D

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

Shades of Limeade #57932D

Tints of Limeade #57932D

Color information

#57932D (or 0x57932D) is unknown color: approx Limeade. HEX triplet: 57, 93 and 2D. RGB value is (87,147,45). Sum of RGB (Red+Green+Blue) = 87+147+45=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #57932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57932D is #A86CD2. Grayscale: #757575. Windows color (decimal): -11037907 or 2986839. OLE color: 2986839.

HSL color Cylindrical-coordinate representation of color #57932D: hue angle of 95.29º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57932D is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB8714745-
CMYK0.4100.690.42
HSL95.29º53.12%37.65%-
HSV(B)95.29º69.39%57.65%-
XYZ14.8423.086.16-
YUV117.4387.12106.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=31.18%
G=52.69%
B=16.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87147450.4100.690.4295.2953.1237.65
Hex57932D290452A5f3526
Octal12722355510105521376546
Binary101011110010011101101101001010001011010101011111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57932D; }

 p { color: rgb(87,147,45); }

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

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

 a { background-color: rgb(87,147,45); }

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

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

 span { border-color: rgb(87,147,45); }

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