#52922B

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

Shades of Limeade #52922B

Tints of Limeade #52922B

Color information

#52922B (or 0x52922B) is unknown color: approx Limeade. HEX triplet: 52, 92 and 2B. RGB value is (82,146,43). Sum of RGB (Red+Green+Blue) = 82+146+43=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #52922B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52922B is #AD6DD4. Grayscale: #737373. Windows color (decimal): -11365845 or 2855506. OLE color: 2855506.

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

Color convert

RGB8214643-
CMYK0.4400.710.43
HSL97.28º54.5%37.06%-
HSV(B)97.28º70.55%57.25%-
XYZ14.1922.535.89-
YUV115.1287.3104.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 43 (17.19% from 255) = 15.87%
R=30.26%
G=53.87%
B=15.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146430.4400.710.4397.2854.537.06
Hex52922B2C0472B613625
Octal12222253540107531416645
Binary101001010010010101011101100010001111010111100001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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