#53932D

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

Shades of Limeade #53932D

Tints of Limeade #53932D

Color information

#53932D (or 0x53932D) is unknown color: approx Limeade. HEX triplet: 53, 93 and 2D. RGB value is (83,147,45). Sum of RGB (Red+Green+Blue) = 83+147+45=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #53932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53932D is #AC6CD2. Grayscale: #747474. Windows color (decimal): -11300051 or 2986835. OLE color: 2986835.

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

Color convert

RGB8314745-
CMYK0.4400.690.42
HSL97.65º53.12%37.65%-
HSV(B)97.65º69.39%57.65%-
XYZ14.4722.96.14-
YUV116.2487.8104.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 147 (57.81% from 255) = 53.45%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=30.18%
G=53.45%
B=16.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83147450.4400.690.4297.6553.1237.65
Hex53932D2C0452A623526
Octal12322355540105521426546
Binary101001110010011101101101100010001011010101100010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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