Html Css Color HEX #49A113 Kelly Green

📋 copy color: '#49A113'

red 73 ◦ green 161 ◦ blue 19

#49A113
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #49A113

Tints of Kelly Green #49A113

RGB

 RED value IS 73 (28.91% from 255) = 28.85%

 GREEN value IS 161 (63.28% from 255) = 63.64%

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 28.85%
G = 63.64%
B = 7.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#49A113 (or 0x49A113) is known color: Kelly Green. HEX triplet: 49, A1 and 13. RGB value is (73,161,19). Sum of RGB (Red+Green+Blue) = 73+161+19=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 161 (63.28% from 255 or 63.64% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 161 - color contains mainly: green. Hex color #49A113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A113 is #B65EEC. Grayscale: #767676. Windows color (decimal): -11951853 or 1286473. OLE color: 1286473.

HSL color Cylindrical-coordinate representation of color #49A113: hue angle of 97.18º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49A113 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 161 19 -
CMYK 0.55 0 0.88 0.37
HSL 97.18º 0.79% 0.35% -
HSV(B) 97.18º 0.88% 0.63% -
XYZ 15.61 26.95 5 -
YUV 118.5 71.85 95.55 -
System Red Green Blue C M Y K H S L
Decimal 73 161 19 0.55 0 0.88 0.37 97.18 0.79 0.35
Hex 49 A1 13 37 0 58 25 61 4F 23
Octal 111 241 23 67 0 130 45 141 117 43
Binary 1001001 10100001 10011 110111 0 1011000 100101 1100001 1001111 100011

Color Harmonies of #49A113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A113

Black with #49A113

Text Example


Text Example

White with #49A113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,19); }

 H1.HeaderClassName
 {
   color: #49A113;
 }
 .AnyTagClassName
 {
   color: #49A113;
 }
</style>

background-color css

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

 a { background-color: rgb(73,161,19); }

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

border-color css

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

 span { border-color: rgb(73,161,19); }

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