#53922B

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

Shades of Limeade #53922B

Tints of Limeade #53922B

Color information

#53922B (or 0x53922B) is unknown color: approx Limeade. HEX triplet: 53, 92 and 2B. RGB value is (83,146,43). Sum of RGB (Red+Green+Blue) = 83+146+43=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #53922B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53922B is #AC6DD4. Grayscale: #737373. Windows color (decimal): -11300309 or 2855507. OLE color: 2855507.

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

Color convert

RGB8314643-
CMYK0.4300.710.43
HSL96.7º54.5%37.06%-
HSV(B)96.7º70.55%57.25%-
XYZ14.2822.575.89-
YUV115.4287.13104.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=30.51%
G=53.68%
B=15.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83146430.4300.710.4396.754.537.06
Hex53922B2B0472B613625
Octal12322253530107531416645
Binary101001110010010101011101011010001111010111100001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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