#52922D

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

Shades of Limeade #52922D

Tints of Limeade #52922D

Color information

#52922D (or 0x52922D) is unknown color: approx Limeade. HEX triplet: 52, 92 and 2D. RGB value is (82,146,45). Sum of RGB (Red+Green+Blue) = 82+146+45=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #52922D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52922D is #AD6DD2. Grayscale: #737373. Windows color (decimal): -11365843 or 2986578. OLE color: 2986578.

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

Color convert

RGB8214645-
CMYK0.4400.690.43
HSL98.02º52.88%37.45%-
HSV(B)98.02º69.18%57.25%-
XYZ14.2322.546.08-
YUV115.3588.3104.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 146 (57.42% from 255) = 53.48%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=30.04%
G=53.48%
B=16.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146450.4400.690.4398.0252.8837.45
Hex52922D2C0452B623525
Octal12222255540105531426545
Binary101001010010010101101101100010001011010111100010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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