#49A518

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

Shades of Kelly Green #49A518

Tints of Kelly Green #49A518

Color information

#49A518 (or 0x49A518) is unknown color: approx Kelly Green. HEX triplet: 49, A5 and 18. RGB value is (73,165,24). Sum of RGB (Red+Green+Blue) = 73+165+24=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #49A518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A518 is #B65AE7. Grayscale: #797979. Windows color (decimal): -11950824 or 1615177. OLE color: 1615177.

HSL color Cylindrical-coordinate representation of color #49A518: hue angle of 99.15º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49A518 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB7316524-
CMYK0.5600.850.35
HSL99.15º74.6%37.06%-
HSV(B)99.15º85.45%64.71%-
XYZ16.3728.395.48-
YUV121.4273.0293.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 165 (64.84% from 255) = 62.98%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=27.86%
G=62.98%
B=9.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73165240.5600.850.3599.1574.637.06
Hex49A5183805523634b25
Octal111245307001254314311345
Binary100100110100101110001110000101010110001111000111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,165,24); }

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

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

 a { background-color: rgb(73,165,24); }

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

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

 span { border-color: rgb(73,165,24); }

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