#53931C

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

Shades of Limeade #53931C

Tints of Limeade #53931C

Color information

#53931C (or 0x53931C) is unknown color: approx Limeade. HEX triplet: 53, 93 and 1C. RGB value is (83,147,28). Sum of RGB (Red+Green+Blue) = 83+147+28=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #53931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53931C is #AC6CE3. Grayscale: #727272. Windows color (decimal): -11300068 or 1872723. OLE color: 1872723.

HSL color Cylindrical-coordinate representation of color #53931C: hue angle of 92.27º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53931C is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB8314728-
CMYK0.4400.810.42
HSL92.27º68%34.31%-
HSV(B)92.27º80.95%57.65%-
XYZ14.2122.794.75-
YUV114.379.3105.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 147 (57.81% from 255) = 56.98%
BLUE value IS 28 (11.33% from 255) = 10.85%
R=32.17%
G=56.98%
B=10.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83147280.4400.810.4292.276834.31
Hex53931C2C0512A5c4422
Octal123223345401215213410442
Binary101001110010011111001011000101000110101010111001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53931C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53931C; }

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

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

<style>
 a { background-color: #53931C; }

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

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

<style>
 span { border-color: #53931C; }

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

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