Html Css Color HEX #49A61F Kelly Green

📋 copy color: '#49A61F'

red 73 ◦ green 166 ◦ blue 31

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

Shades of Kelly Green #49A61F

Tints of Kelly Green #49A61F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 61.48%

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 27.04%
G = 61.48%
B = 11.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#49A61F (or 0x49A61F) is known color: Kelly Green. HEX triplet: 49, A6 and 1F. RGB value is (73,166,31). Sum of RGB (Red+Green+Blue) = 73+166+31=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 166 (65.23% from 255 or 61.48% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 166 - color contains mainly: green. Hex color #49A61F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A61F is #B659E0. Grayscale: #7B7B7B. Windows color (decimal): -11950561 or 2074185. OLE color: 2074185.

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

Color convert

RGB 73 166 31 -
CMYK 0.56 0 0.81 0.35
HSL 101.33º 0.69% 0.39% -
HSV(B) 101.33º 0.81% 0.65% -
XYZ 16.63 28.79 5.98 -
YUV 122.8 76.19 92.48 -
System Red Green Blue C M Y K H S L
Decimal 73 166 31 0.56 0 0.81 0.35 101.33 0.69 0.39
Hex 49 A6 1F 38 0 51 23 65 45 27
Octal 111 246 37 70 0 121 43 145 105 47
Binary 1001001 10100110 11111 111000 0 1010001 100011 1100101 1000101 100111

Color Harmonies of #49A61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A61F

Black with #49A61F

Text Example


Text Example

White with #49A61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,166,31); }

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

background-color css

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

 a { background-color: rgb(73,166,31); }

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

border-color css

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

 span { border-color: rgb(73,166,31); }

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