#519328

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

Shades of Limeade #519328

Tints of Limeade #519328

Color information

#519328 (or 0x519328) is unknown color: approx Limeade. HEX triplet: 51, 93 and 28. RGB value is (81,147,40). Sum of RGB (Red+Green+Blue) = 81+147+40=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #519328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519328 is #AE6CD7. Grayscale: #737373. Windows color (decimal): -11431128 or 2659153. OLE color: 2659153.

HSL color Cylindrical-coordinate representation of color #519328: hue angle of 97.01º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #519328 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB8114740-
CMYK0.4500.730.42
HSL97.01º57.22%36.67%-
HSV(B)97.01º72.79%57.65%-
XYZ14.2122.775.65-
YUV115.0785.63103.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 147 (57.81% from 255) = 54.85%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=30.22%
G=54.85%
B=14.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147400.4500.730.4297.0157.2236.67
Hex5193282D0492A613925
Octal12122350550111521417145
Binary101000110010011101000101101010010011010101100001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519328; }

 p { color: rgb(81,147,40); }

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

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

 a { background-color: rgb(81,147,40); }

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

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

 span { border-color: rgb(81,147,40); }

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