#49B112

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

Shades of Kelly Green #49B112

Tints of Kelly Green #49B112

Color information

#49B112 (or 0x49B112) is unknown color: approx Kelly Green. HEX triplet: 49, B1 and 12. RGB value is (73,177,18). Sum of RGB (Red+Green+Blue) = 73+177+18=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 177 (69.53% from 255 or 66.04% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 177 - color contains mainly: green. Hex color #49B112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49B112 is #B64EED. Grayscale: #808080. Windows color (decimal): -11947758 or 1225033. OLE color: 1225033.

HSL color Cylindrical-coordinate representation of color #49B112: hue angle of 99.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49B112 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB7317718-
CMYK0.5900.900.31
HSL99.25º81.54%38.24%-
HSV(B)99.25º89.83%69.41%-
XYZ18.5832.95.94-
YUV127.7866.0488.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 177 (69.53% from 255) = 66.04%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=27.24%
G=66.04%
B=6.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73177180.5900.900.3199.2581.5438.24
Hex49B1123B05A1F635226
Octal111261227301323714312246
Binary10010011011000110010111011010110101111111000111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,177,18); }

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

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

 a { background-color: rgb(73,177,18); }

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

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

 span { border-color: rgb(73,177,18); }

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