Html Css Color HEX #49A11F Kelly Green

📋 copy color: '#49A11F'

red 73 ◦ green 161 ◦ blue 31

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

Shades of Kelly Green #49A11F

Tints of Kelly Green #49A11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 60.75%

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

R = 27.55%
G = 60.75%
B = 11.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#49A11F (or 0x49A11F) is known color: Kelly Green. HEX triplet: 49, A1 and 1F. RGB value is (73,161,31). Sum of RGB (Red+Green+Blue) = 73+161+31=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 161 (63.28% from 255 or 60.75% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 161 - color contains mainly: green. Hex color #49A11F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A11F is #B65EE0. Grayscale: #787878. Windows color (decimal): -11951841 or 2072905. OLE color: 2072905.

HSL color Cylindrical-coordinate representation of color #49A11F: hue angle of 100.62º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49A11F is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 161 31 -
CMYK 0.55 0 0.81 0.37
HSL 100.62º 0.68% 0.38% -
HSV(B) 100.62º 0.81% 0.63% -
XYZ 15.74 27.01 5.68 -
YUV 119.87 77.85 94.57 -
System Red Green Blue C M Y K H S L
Decimal 73 161 31 0.55 0 0.81 0.37 100.62 0.68 0.38
Hex 49 A1 1F 37 0 51 25 65 44 26
Octal 111 241 37 67 0 121 45 145 104 46
Binary 1001001 10100001 11111 110111 0 1010001 100101 1100101 1000100 100110

Color Harmonies of #49A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A11F

Black with #49A11F

Text Example


Text Example

White with #49A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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