Html Css Color HEX #49A519 Kelly Green

📋 copy color: '#49A519'

red 73 ◦ green 165 ◦ blue 25

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

Shades of Kelly Green #49A519

Tints of Kelly Green #49A519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 62.74%

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 27.76%
G = 62.74%
B = 9.51%

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

#49A519 (or 0x49A519) is known color: Kelly Green. HEX triplet: 49, A5 and 19. RGB value is (73,165,25). Sum of RGB (Red+Green+Blue) = 73+165+25=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 165 (64.84% from 255 or 62.74% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 165 - color contains mainly: green. Hex color #49A519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A519 is #B65AE6. Grayscale: #7A7A7A. Windows color (decimal): -11950823 or 1680713. OLE color: 1680713.

HSL color Cylindrical-coordinate representation of color #49A519: hue angle of 99.43º degrees, saturation: 0.74, 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 #49A519 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 165 25 -
CMYK 0.56 0 0.85 0.35
HSL 99.43º 0.74% 0.37% -
HSV(B) 99.43º 0.85% 0.65% -
XYZ 16.38 28.4 5.54 -
YUV 121.53 73.52 93.38 -
System Red Green Blue C M Y K H S L
Decimal 73 165 25 0.56 0 0.85 0.35 99.43 0.74 0.37
Hex 49 A5 19 38 0 55 23 63 4A 25
Octal 111 245 31 70 0 125 43 143 112 45
Binary 1001001 10100101 11001 111000 0 1010101 100011 1100011 1001010 100101

Color Harmonies of #49A519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A519

Black with #49A519

Text Example


Text Example

White with #49A519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,165,25); }

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

background-color css

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

 a { background-color: rgb(73,165,25); }

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

border-color css

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

 span { border-color: rgb(73,165,25); }

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