#499000

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

Shades of Limeade #499000

Tints of Limeade #499000

Color information

#499000 (or 0x499000) is unknown color: approx Limeade. HEX triplet: 49, 90 and 00. RGB value is (73,144,0). Sum of RGB (Red+Green+Blue) = 73+144+0=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 144 (56.64% from 255 or 66.36% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 144 - color contains mainly: green. Hex color #499000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499000 is #B66FFF. Grayscale: #6A6A6A. Windows color (decimal): -11956224 or 36937. OLE color: 36937.

HSL color Cylindrical-coordinate representation of color #499000: hue angle of 89.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #499000 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB731440-
CMYK0.49010.44
HSL89.58º100%28.24%-
HSV(B)89.58º100%56.47%-
XYZ12.7221.363.45-
YUV106.3567.98104.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 144 (56.64% from 255) = 66.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.64%
G=66.36%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7314400.49010.4489.5810028.24
Hex49900310642C5a641c
Octal11122006101445413214434
Binary1001001100100000110001011001001011001011010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499000; }

 p { color: rgb(73,144,0); }

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

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

 a { background-color: rgb(73,144,0); }

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

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

 span { border-color: rgb(73,144,0); }

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