#49B317

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

Shades of Kelly Green #49B317

Tints of Kelly Green #49B317

Color information

#49B317 (or 0x49B317) is unknown color: approx Kelly Green. HEX triplet: 49, B3 and 17. RGB value is (73,179,23). Sum of RGB (Red+Green+Blue) = 73+179+23=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 179 (70.31% from 255 or 65.09% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 179 - color contains mainly: green. Hex color #49B317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B317 is #B64CE8. Grayscale: #828282. Windows color (decimal): -11947241 or 1553225. OLE color: 1553225.

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

Color convert

RGB7317923-
CMYK0.5900.870.30
HSL100.77º77.23%39.61%-
HSV(B)100.77º87.15%70.2%-
XYZ19.0233.726.32-
YUV129.5267.8887.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 179 (70.31% from 255) = 65.09%
BLUE value IS 23 (9.38% from 255) = 8.36%
R=26.55%
G=65.09%
B=8.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73179230.5900.870.30100.7777.2339.61
Hex49B3173B0571E654d28
Octal111263277301273614511550
Binary10010011011001110111111011010101111111011001011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,179,23); }

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

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

 a { background-color: rgb(73,179,23); }

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

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

 span { border-color: rgb(73,179,23); }

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