#49B965

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

Shades of Medium Sea Green #49B965

Tints of Medium Sea Green #49B965

Color information

#49B965 (or 0x49B965) is unknown color: approx Medium Sea Green. HEX triplet: 49, B9 and 65. RGB value is (73,185,101). Sum of RGB (Red+Green+Blue) = 73+185+101=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #49B965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B965 is #B6469A. Grayscale: #8E8E8E. Windows color (decimal): -11945627 or 6666569. OLE color: 6666569.

HSL color Cylindrical-coordinate representation of color #49B965: hue angle of 135º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B965 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB73185101-
CMYK0.6100.450.27
HSL135º44.44%50.59%-
HSV(B)135º60.54%72.55%-
XYZ22.4537.0518.28-
YUV141.94104.8978.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 185 (72.66% from 255) = 51.53%
BLUE value IS 101 (39.84% from 255) = 28.13%
R=20.33%
G=51.53%
B=28.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731851010.6100.450.2713544.4450.59
Hex49B9653D02D1B872c33
Octal11127114575055332075463
Binary100100110111001110010111110101011011101110000111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,185,101); }

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

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

 a { background-color: rgb(73,185,101); }

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

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

 span { border-color: rgb(73,185,101); }

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