#49BE32

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

Shades of Kelly Green #49BE32

Tints of Kelly Green #49BE32

Color information

#49BE32 (or 0x49BE32) is unknown color: approx Kelly Green. HEX triplet: 49, BE and 32. RGB value is (73,190,50). Sum of RGB (Red+Green+Blue) = 73+190+50=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BE32 is #B641CD. Grayscale: #8B8B8B. Windows color (decimal): -11944398 or 3325513. OLE color: 3325513.

HSL color Cylindrical-coordinate representation of color #49BE32: hue angle of 110.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49BE32 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB7319050-
CMYK0.6200.740.25
HSL110.14º58.33%47.06%-
HSV(B)110.14º73.68%74.51%-
XYZ21.7438.479.3-
YUV139.0677.7480.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 190 (74.61% from 255) = 60.70%
BLUE value IS 50 (19.92% from 255) = 15.97%
R=23.32%
G=60.70%
B=15.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73190500.6200.740.25110.1458.3347.06
Hex49BE323E04A196e3a2f
Octal11127662760112311567257
Binary10010011011111011001011111001001010110011101110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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