Html Css Color HEX #49A514 Kelly Green

📋 copy color: '#49A514'

red 73 ◦ green 165 ◦ blue 20

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

Shades of Kelly Green #49A514

Tints of Kelly Green #49A514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 28.29%
G = 63.95%
B = 7.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#49A514 (or 0x49A514) is known color: Kelly Green. HEX triplet: 49, A5 and 14. RGB value is (73,165,20). Sum of RGB (Red+Green+Blue) = 73+165+20=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #49A514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A514 is #B65AEB. Grayscale: #797979. Windows color (decimal): -11950828 or 1353033. OLE color: 1353033.

HSL color Cylindrical-coordinate representation of color #49A514: hue angle of 98.07º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49A514 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 165 20 -
CMYK 0.56 0 0.88 0.35
HSL 98.07º 0.78% 0.36% -
HSV(B) 98.07º 0.88% 0.65% -
XYZ 16.33 28.38 5.28 -
YUV 120.96 71.02 93.79 -
System Red Green Blue C M Y K H S L
Decimal 73 165 20 0.56 0 0.88 0.35 98.07 0.78 0.36
Hex 49 A5 14 38 0 58 23 62 4E 24
Octal 111 245 24 70 0 130 43 142 116 44
Binary 1001001 10100101 10100 111000 0 1011000 100011 1100010 1001110 100100

Color Harmonies of #49A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A514

Black with #49A514

Text Example


Text Example

White with #49A514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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