Html Css Color HEX #49A518 Kelly Green

📋 copy color: '#49A518'

red 73 ◦ green 165 ◦ blue 24

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

Shades of Kelly Green #49A518

Tints of Kelly Green #49A518

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 value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#49A518 (or 0x49A518) is known color: 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

RGB 73 165 24 -
CMYK 0.56 0 0.85 0.35
HSL 99.15º 0.75% 0.37% -
HSV(B) 99.15º 0.85% 0.65% -
XYZ 16.37 28.39 5.48 -
YUV 121.42 73.02 93.46 -
System Red Green Blue C M Y K H S L
Decimal 73 165 24 0.56 0 0.85 0.35 99.15 0.75 0.37
Hex 49 A5 18 38 0 55 23 63 4B 25
Octal 111 245 30 70 0 125 43 143 113 45
Binary 1001001 10100101 11000 111000 0 1010101 100011 1100011 1001011 100101

Color Harmonies of #49A518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A518

Black with #49A518

Text Example


Text Example

White with #49A518

Text Example


Text Example

HTML Codes & Css Web 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>