#53922d

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

Shades of Limeade #53922D

Tints of Limeade #53922D

Color information

#53922D (or 0x53922D) is unknown color: approx Limeade. HEX triplet: 53, 92 and 2D. RGB value is (83,146,45). Sum of RGB (Red+Green+Blue) = 83+146+45=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #53922D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53922D is #AC6DD2. Grayscale: #737373. Windows color (decimal): -11300307 or 2986579. OLE color: 2986579.

HSL color Cylindrical-coordinate representation of color #53922D: hue angle of 97.43º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53922D is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB8314645-
CMYK0.4300.690.43
HSL97.43º52.88%37.45%-
HSV(B)97.43º69.18%57.25%-
XYZ14.3222.596.09-
YUV115.6588.13104.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 146 (57.42% from 255) = 53.28%
BLUE value IS 45 (17.97% from 255) = 16.42%
R=30.29%
G=53.28%
B=16.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83146450.4300.690.4397.4352.8837.45
Hex53922D2B0452B613525
Octal12322255530105531416545
Binary101001110010010101101101011010001011010111100001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53922d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53922d; }

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

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

<style>
 a { background-color: #53922d; }

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

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

<style>
 span { border-color: #53922d; }

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

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