#49B40F

Color #49B40F Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #49B40F

Tints of Kelly Green #49B40F

Color information

#49B40F (or 0x49B40F) is unknown color: approx Kelly Green. HEX triplet: 49, B4 and 0F. RGB value is (73,180,15). Sum of RGB (Red+Green+Blue) = 73+180+15=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #49B40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B40F is #B64BF0. Grayscale: #818181. Windows color (decimal): -11946993 or 1029193. OLE color: 1029193.

HSL color Cylindrical-coordinate representation of color #49B40F: hue angle of 98.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49B40F is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB7318015-
CMYK0.5900.920.29
HSL98.91º84.62%38.24%-
HSV(B)98.91º91.67%70.59%-
XYZ19.1634.096.02-
YUV129.263.5587.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 180 (70.70% from 255) = 67.16%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=27.24%
G=67.16%
B=5.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73180150.5900.920.2998.9184.6238.24
Hex49B4F3B05C1D635526
Octal111264177301343514312546
Binary1001001101101001111111011010111001110111000111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,180,15); }

 H1.HeaderClassName
 {
   color: #49B40F;
 }
 .AnyTagClassName
 {
   color: #49B40F;
 }
</style>
background-color css

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

 a { background-color: rgb(73,180,15); }

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

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

 span { border-color: rgb(73,180,15); }

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