#49b20c

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

Shades of Kelly Green #49B20C

Tints of Kelly Green #49B20C

Color information

#49B20C (or 0x49B20C) is unknown color: approx Kelly Green. HEX triplet: 49, B2 and 0C. RGB value is (73,178,12). Sum of RGB (Red+Green+Blue) = 73+178+12=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 178 (69.92% from 255 or 67.68% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 178 - color contains mainly: green. Hex color #49B20C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49B20C is #B64DF3. Grayscale: #808080. Windows color (decimal): -11947508 or 832073. OLE color: 832073.

HSL color Cylindrical-coordinate representation of color #49B20C: hue angle of 97.95º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49B20C is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB7317812-
CMYK0.5900.930.30
HSL97.95º87.37%37.25%-
HSV(B)97.95º93.26%69.8%-
XYZ18.7333.285.78-
YUV127.6862.7189-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 178 (69.92% from 255) = 67.68%
BLUE value IS 12 (5.08% from 255) = 4.56%
R=27.76%
G=67.68%
B=4.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73178120.5900.930.3097.9587.3737.25
Hex49B2C3B05D1E625725
Octal111262147301353614212745
Binary1001001101100101100111011010111011111011000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49b20c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,178,12); }

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

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

 a { background-color: rgb(73,178,12); }

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

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

 span { border-color: rgb(73,178,12); }

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