#49A304

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

Shades of Kelly Green #49A304

Tints of Kelly Green #49A304

Color information

#49A304 (or 0x49A304) is unknown color: approx Kelly Green. HEX triplet: 49, A3 and 04. RGB value is (73,163,4). Sum of RGB (Red+Green+Blue) = 73+163+4=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 163 (64.06% from 255 or 67.92% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 163 - color contains mainly: green. Hex color #49A304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A304 is #B65CFB. Grayscale: #767676. Windows color (decimal): -11951356 or 303945. OLE color: 303945.

HSL color Cylindrical-coordinate representation of color #49A304: hue angle of 93.96º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49A304 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB731634-
CMYK0.5500.980.36
HSL93.96º95.21%32.75%-
HSV(B)93.96º97.55%63.92%-
XYZ15.8727.624.61-
YUV117.9663.6895.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 163 (64.06% from 255) = 67.92%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=30.42%
G=67.92%
B=1.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7316340.5500.980.3693.9695.2132.75
Hex49A3437062245e5f21
Octal11124346701424413613741
Binary1001001101000111001101110110001010010010111101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,163,4); }

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

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

 a { background-color: rgb(73,163,4); }

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

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

 span { border-color: rgb(73,163,4); }

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