Html Css Color HEX #49A416 Kelly Green

📋 copy color: '#49A416'

red 73 ◦ green 164 ◦ blue 22

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

Shades of Kelly Green #49A416

Tints of Kelly Green #49A416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 63.32%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 28.19%
G = 63.32%
B = 8.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#49A416 (or 0x49A416) is known color: Kelly Green. HEX triplet: 49, A4 and 16. RGB value is (73,164,22). Sum of RGB (Red+Green+Blue) = 73+164+22=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 164 (64.45% from 255 or 63.32% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 164 - color contains mainly: green. Hex color #49A416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A416 is #B65BE9. Grayscale: #797979. Windows color (decimal): -11951082 or 1483849. OLE color: 1483849.

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

Color convert

RGB 73 164 22 -
CMYK 0.55 0 0.87 0.36
HSL 98.45º 0.76% 0.36% -
HSV(B) 98.45º 0.87% 0.64% -
XYZ 16.17 28.03 5.32 -
YUV 120.6 72.35 94.05 -
System Red Green Blue C M Y K H S L
Decimal 73 164 22 0.55 0 0.87 0.36 98.45 0.76 0.36
Hex 49 A4 16 37 0 57 24 62 4C 24
Octal 111 244 26 67 0 127 44 142 114 44
Binary 1001001 10100100 10110 110111 0 1010111 100100 1100010 1001100 100100

Color Harmonies of #49A416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A416

Black with #49A416

Text Example


Text Example

White with #49A416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,164,22); }

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

background-color css

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

 a { background-color: rgb(73,164,22); }

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

border-color css

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

 span { border-color: rgb(73,164,22); }

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