#529219

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

Shades of Limeade #529219

Tints of Limeade #529219

Color information

#529219 (or 0x529219) is unknown color: approx Limeade. HEX triplet: 52, 92 and 19. RGB value is (82,146,25). Sum of RGB (Red+Green+Blue) = 82+146+25=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #529219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529219 is #AD6DE6. Grayscale: #717171. Windows color (decimal): -11365863 or 1675858. OLE color: 1675858.

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

Color convert

RGB8214625-
CMYK0.4400.830.43
HSL91.74º70.76%33.53%-
HSV(B)91.74º82.88%57.25%-
XYZ13.9322.424.51-
YUV113.0778.3105.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 146 (57.42% from 255) = 57.71%
BLUE value IS 25 (10.16% from 255) = 9.88%
R=32.41%
G=57.71%
B=9.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146250.4400.830.4391.7470.7633.53
Hex5292192C0532B5c4722
Octal122222315401235313410742
Binary101001010010010110011011000101001110101110111001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529219; }

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

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

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

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

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

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

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

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