#53931D

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

Shades of Limeade #53931D

Tints of Limeade #53931D

Color information

#53931D (or 0x53931D) is unknown color: approx Limeade. HEX triplet: 53, 93 and 1D. RGB value is (83,147,29). Sum of RGB (Red+Green+Blue) = 83+147+29=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #53931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53931D is #AC6CE2. Grayscale: #727272. Windows color (decimal): -11300067 or 1938259. OLE color: 1938259.

HSL color Cylindrical-coordinate representation of color #53931D: hue angle of 92.54º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53931D is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB8314729-
CMYK0.4400.800.42
HSL92.54º67.05%34.51%-
HSV(B)92.54º80.27%57.65%-
XYZ14.2222.84.81-
YUV114.4179.8105.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 147 (57.81% from 255) = 56.76%
BLUE value IS 29 (11.72% from 255) = 11.20%
R=32.05%
G=56.76%
B=11.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83147290.4400.800.4292.5467.0534.51
Hex53931D2C0502A5d4323
Octal123223355401205213510343
Binary101001110010011111011011000101000010101010111011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53931D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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