#53932E

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

Shades of Limeade #53932E

Tints of Limeade #53932E

Color information

#53932E (or 0x53932E) is unknown color: approx Limeade. HEX triplet: 53, 93 and 2E. RGB value is (83,147,46). Sum of RGB (Red+Green+Blue) = 83+147+46=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #53932E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53932E is #AC6CD1. Grayscale: #747474. Windows color (decimal): -11300050 or 3052371. OLE color: 3052371.

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

Color convert

RGB8314746-
CMYK0.4400.690.42
HSL98.02º52.33%37.84%-
HSV(B)98.02º68.71%57.65%-
XYZ14.4922.96.24-
YUV116.3588.3104.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 147 (57.81% from 255) = 53.26%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=30.07%
G=53.26%
B=16.67%

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
Decimal83147460.4400.690.4298.0252.3337.84
Hex53932E2C0452A623426
Octal12322356540105521426446
Binary101001110010011101110101100010001011010101100010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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