#49B616

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

Shades of Kelly Green #49B616

Tints of Kelly Green #49B616

Color information

#49B616 (or 0x49B616) is unknown color: approx Kelly Green. HEX triplet: 49, B6 and 16. RGB value is (73,182,22). Sum of RGB (Red+Green+Blue) = 73+182+22=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 182 (71.48% from 255 or 65.70% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 182 - color contains mainly: green. Hex color #49B616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B616 is #B649E9. Grayscale: #838383. Windows color (decimal): -11946474 or 1488457. OLE color: 1488457.

HSL color Cylindrical-coordinate representation of color #49B616: hue angle of 100.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49B616 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB7318222-
CMYK0.6000.880.29
HSL100.88º78.43%40%-
HSV(B)100.88º87.91%71.37%-
XYZ19.6234.936.47-
YUV131.1766.3986.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 182 (71.48% from 255) = 65.70%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=26.35%
G=65.70%
B=7.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73182220.6000.880.29100.8878.4340
Hex49B6163C0581D654e28
Octal111266267401303514511650
Binary10010011011011010110111100010110001110111001011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,182,22); }

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

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

 a { background-color: rgb(73,182,22); }

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

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

 span { border-color: rgb(73,182,22); }

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