#56932D

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

Shades of Limeade #56932D

Tints of Limeade #56932D

Color information

#56932D (or 0x56932D) is unknown color: approx Limeade. HEX triplet: 56, 93 and 2D. RGB value is (86,147,45). Sum of RGB (Red+Green+Blue) = 86+147+45=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #56932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56932D is #A96CD2. Grayscale: #757575. Windows color (decimal): -11103443 or 2986838. OLE color: 2986838.

HSL color Cylindrical-coordinate representation of color #56932D: hue angle of 95.88º 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 #56932D is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB8614745-
CMYK0.4100.690.42
HSL95.88º53.12%37.65%-
HSV(B)95.88º69.39%57.65%-
XYZ14.7523.046.15-
YUV117.1387.29105.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 147 (57.81% from 255) = 52.88%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=30.94%
G=52.88%
B=16.19%

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
Decimal86147450.4100.690.4295.8853.1237.65
Hex56932D290452A603526
Octal12622355510105521406546
Binary101011010010011101101101001010001011010101100000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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