#49A31A

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

Shades of Kelly Green #49A31A

Tints of Kelly Green #49A31A

Color information

#49A31A (or 0x49A31A) is unknown color: approx Kelly Green. HEX triplet: 49, A3 and 1A. RGB value is (73,163,26). Sum of RGB (Red+Green+Blue) = 73+163+26=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 163 (64.06% from 255 or 62.21% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 163 - color contains mainly: green. Hex color #49A31A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A31A is #B65CE5. Grayscale: #787878. Windows color (decimal): -11951334 or 1745737. OLE color: 1745737.

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

Color convert

RGB7316326-
CMYK0.5500.840.36
HSL99.42º72.49%37.06%-
HSV(B)99.42º84.05%63.92%-
XYZ16.0327.695.48-
YUV120.4774.6894.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 163 (64.06% from 255) = 62.21%
BLUE value IS 26 (10.55% from 255) = 9.92%
R=27.86%
G=62.21%
B=9.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73163260.5500.840.3699.4272.4937.06
Hex49A31A3705424634825
Octal111243326701244414311045
Binary100100110100011110101101110101010010010011000111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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