#499103

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

Shades of Limeade #499103

Tints of Limeade #499103

Color information

#499103 (or 0x499103) is unknown color: approx Limeade. HEX triplet: 49, 91 and 03. RGB value is (73,145,3). Sum of RGB (Red+Green+Blue) = 73+145+3=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 145 (57.03% from 255 or 65.61% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 145 - color contains mainly: green. Hex color #499103 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499103 is #B66EFC. Grayscale: #6B6B6B. Windows color (decimal): -11955965 or 233801. OLE color: 233801.

HSL color Cylindrical-coordinate representation of color #499103: hue angle of 90.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #499103 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB731453-
CMYK0.5000.980.43
HSL90.42º95.95%29.02%-
HSV(B)90.42º97.93%56.86%-
XYZ12.8921.673.59-
YUV107.2869.15103.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 145 (57.03% from 255) = 65.61%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=33.03%
G=65.61%
B=1.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7314530.5000.980.4390.4295.9529.02
Hex49913320622B5a601d
Octal11122136201425313214035
Binary10010011001000111110010011000101010111011010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499103; }

 p { color: rgb(73,145,3); }

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

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

 a { background-color: rgb(73,145,3); }

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

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

 span { border-color: rgb(73,145,3); }

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