#49B901

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

Shades of Kelly Green #49B901

Tints of Kelly Green #49B901

Color information

#49B901 (or 0x49B901) is unknown color: approx Kelly Green. HEX triplet: 49, B9 and 01. RGB value is (73,185,1). Sum of RGB (Red+Green+Blue) = 73+185+1=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 185 (72.66% from 255 or 71.43% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 185 - color contains mainly: green. Hex color #49B901 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B901 is #B646FE. Grayscale: #838383. Windows color (decimal): -11945727 or 112969. OLE color: 112969.

HSL color Cylindrical-coordinate representation of color #49B901: hue angle of 96.52º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49B901 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB731851-
CMYK0.6100.990.27
HSL96.52º98.92%36.47%-
HSV(B)96.52º99.46%72.55%-
XYZ20.136.125.94-
YUV130.5454.8986.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 185 (72.66% from 255) = 71.43%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=28.19%
G=71.43%
B=0.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7318510.6100.990.2796.5298.9236.47
Hex49B913D0631B616324
Octal11127117501433314114344
Binary1001001101110011111101011000111101111000011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49B901; }

 p { color: rgb(73,185,1); }

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

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

 a { background-color: rgb(73,185,1); }

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

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

 span { border-color: rgb(73,185,1); }

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