#49B12B

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

Shades of Kelly Green #49B12B

Tints of Kelly Green #49B12B

Color information

#49B12B (or 0x49B12B) is unknown color: approx Kelly Green. HEX triplet: 49, B1 and 2B. RGB value is (73,177,43). Sum of RGB (Red+Green+Blue) = 73+177+43=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #49B12B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B12B is #B64ED4. Grayscale: #838383. Windows color (decimal): -11947733 or 2863433. OLE color: 2863433.

HSL color Cylindrical-coordinate representation of color #49B12B: hue angle of 106.57º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49B12B is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB7317743-
CMYK0.5900.760.31
HSL106.57º60.91%43.14%-
HSV(B)106.57º75.71%69.41%-
XYZ18.9133.047.67-
YUV130.6378.5486.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 177 (69.53% from 255) = 60.41%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=24.91%
G=60.41%
B=14.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73177430.5900.760.31106.5760.9143.14
Hex49B12B3B04C1F6b3d2b
Octal11126153730114371537553
Binary10010011011000110101111101101001100111111101011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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