#53962E

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

Shades of Limeade #53962E

Tints of Limeade #53962E

Color information

#53962E (or 0x53962E) is unknown color: approx Limeade. HEX triplet: 53, 96 and 2E. RGB value is (83,150,46). Sum of RGB (Red+Green+Blue) = 83+150+46=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #53962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53962E is #AC69D1. Grayscale: #767676. Windows color (decimal): -11299282 or 3053139. OLE color: 3053139.

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

Color convert

RGB8315046-
CMYK0.4500.690.41
HSL98.65º53.06%38.43%-
HSV(B)98.65º69.33%58.82%-
XYZ14.9723.856.4-
YUV118.1187.3102.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 150 (58.98% from 255) = 53.76%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=29.75%
G=53.76%
B=16.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83150460.4500.690.4198.6553.0638.43
Hex53962E2D04529633526
Octal12322656550105511436546
Binary101001110010110101110101101010001011010011100011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53962E; }

 p { color: rgb(83,150,46); }

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

<style>
 a { background-color: #53962E; }

 a { background-color: rgb(83,150,46); }

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

<style>
 span { border-color: #53962E; }

 span { border-color: rgb(83,150,46); }

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