Html Css Color HEX #49A415 Kelly Green

📋 copy color: '#49A415'

red 73 ◦ green 164 ◦ blue 21

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

Shades of Kelly Green #49A415

Tints of Kelly Green #49A415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 28.29%
G = 63.57%
B = 8.14%

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

#49A415 (or 0x49A415) is known color: Kelly Green. HEX triplet: 49, A4 and 15. RGB value is (73,164,21). Sum of RGB (Red+Green+Blue) = 73+164+21=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 164 (64.45% from 255 or 63.57% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 164 - color contains mainly: green. Hex color #49A415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A415 is #B65BEA. Grayscale: #787878. Windows color (decimal): -11951083 or 1418313. OLE color: 1418313.

HSL color Cylindrical-coordinate representation of color #49A415: hue angle of 98.18º degrees, saturation: 0.77, 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 #49A415 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 164 21 -
CMYK 0.55 0 0.87 0.36
HSL 98.18º 0.77% 0.36% -
HSV(B) 98.18º 0.87% 0.64% -
XYZ 16.16 28.02 5.27 -
YUV 120.49 71.85 94.13 -
System Red Green Blue C M Y K H S L
Decimal 73 164 21 0.55 0 0.87 0.36 98.18 0.77 0.36
Hex 49 A4 15 37 0 57 24 62 4D 24
Octal 111 244 25 67 0 127 44 142 115 44
Binary 1001001 10100100 10101 110111 0 1010111 100100 1100010 1001101 100100

Color Harmonies of #49A415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A415

Black with #49A415

Text Example


Text Example

White with #49A415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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