#49B70B

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

Shades of Kelly Green #49B70B

Tints of Kelly Green #49B70B

Color information

#49B70B (or 0x49B70B) is unknown color: approx Kelly Green. HEX triplet: 49, B7 and 0B. RGB value is (73,183,11). Sum of RGB (Red+Green+Blue) = 73+183+11=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 183 (71.88% from 255 or 68.54% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 183 - color contains mainly: green. Hex color #49B70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B70B is #B648F4. Grayscale: #838383. Windows color (decimal): -11946229 or 767817. OLE color: 767817.

HSL color Cylindrical-coordinate representation of color #49B70B: hue angle of 98.37º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49B70B is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB7318311-
CMYK0.6000.940.28
HSL98.37º88.66%38.04%-
HSV(B)98.37º93.99%71.76%-
XYZ19.7435.316.09-
YUV130.560.5686.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 183 (71.88% from 255) = 68.54%
BLUE value IS 11 (4.69% from 255) = 4.12%
R=27.34%
G=68.54%
B=4.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73183110.6000.940.2898.3788.6638.04
Hex49B7B3C05E1C625926
Octal111267137401363414213146
Binary1001001101101111011111100010111101110011000101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,183,11); }

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

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

 a { background-color: rgb(73,183,11); }

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

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

 span { border-color: rgb(73,183,11); }

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