#49B532

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

Shades of Kelly Green #49B532

Tints of Kelly Green #49B532

Color information

#49B532 (or 0x49B532) is unknown color: approx Kelly Green. HEX triplet: 49, B5 and 32. RGB value is (73,181,50). Sum of RGB (Red+Green+Blue) = 73+181+50=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #49B532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B532 is #B64ACD. Grayscale: #868686. Windows color (decimal): -11946702 or 3323209. OLE color: 3323209.

HSL color Cylindrical-coordinate representation of color #49B532: hue angle of 109.47º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49B532 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB7318150-
CMYK0.6000.720.29
HSL109.47º56.71%45.29%-
HSV(B)109.47º72.38%70.98%-
XYZ19.8534.698.67-
YUV133.7780.7284.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 181 (71.09% from 255) = 59.54%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=24.01%
G=59.54%
B=16.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73181500.6000.720.29109.4756.7145.29
Hex49B5323C0481D6d392d
Octal11126562740110351557155
Binary10010011011010111001011110001001000111011101101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,181,50); }

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

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

 a { background-color: rgb(73,181,50); }

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

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

 span { border-color: rgb(73,181,50); }

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