#52942D

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

Shades of Limeade #52942D

Tints of Limeade #52942D

Color information

#52942D (or 0x52942D) is unknown color: approx Limeade. HEX triplet: 52, 94 and 2D. RGB value is (82,148,45). Sum of RGB (Red+Green+Blue) = 82+148+45=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #52942D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52942D is #AD6BD2. Grayscale: #747474. Windows color (decimal): -11365331 or 2987090. OLE color: 2987090.

HSL color Cylindrical-coordinate representation of color #52942D: hue angle of 98.45º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52942D is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB8214845-
CMYK0.4500.700.42
HSL98.45º53.37%37.84%-
HSV(B)98.45º69.59%58.04%-
XYZ14.5423.166.19-
YUV116.5287.63103.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 148 (58.20% from 255) = 53.82%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=29.82%
G=53.82%
B=16.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82148450.4500.700.4298.4553.3737.84
Hex52942D2D0462A623526
Octal12222455550106521426546
Binary101001010010100101101101101010001101010101100010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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