#499800

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

Shades of Kelly Green #499800

Tints of Kelly Green #499800

Color information

#499800 (or 0x499800) is unknown color: approx Kelly Green. HEX triplet: 49, 98 and 00. RGB value is (73,152,0). Sum of RGB (Red+Green+Blue) = 73+152+0=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 152 (59.77% from 255 or 67.56% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 152 - color contains mainly: green. Hex color #499800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499800 is #B667FF. Grayscale: #6F6F6F. Windows color (decimal): -11954176 or 38985. OLE color: 38985.

HSL color Cylindrical-coordinate representation of color #499800: hue angle of 91.18º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #499800 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB731520-
CMYK0.52010.40
HSL91.18º100%29.8%-
HSV(B)91.18º100%59.61%-
XYZ13.9823.873.87-
YUV111.0565.33100.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 152 (59.77% from 255) = 67.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.44%
G=67.56%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7315200.52010.4091.1810029.8
Hex4998034064285b641e
Octal11123006401445013314436
Binary1001001100110000110100011001001010001011011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499800; }

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

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

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

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

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

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

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

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