#49B77C

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

Shades of Ocean Green #49B77C

Tints of Ocean Green #49B77C

Color information

#49B77C (or 0x49B77C) is unknown color: approx Ocean Green. HEX triplet: 49, B7 and 7C. RGB value is (73,183,124). Sum of RGB (Red+Green+Blue) = 73+183+124=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #49B77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B77C is #B64883. Grayscale: #8F8F8F. Windows color (decimal): -11946116 or 8173385. OLE color: 8173385.

HSL color Cylindrical-coordinate representation of color #49B77C: hue angle of 147.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B77C is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB73183124-
CMYK0.6000.320.28
HSL147.82º43.31%50.2%-
HSV(B)147.82º60.11%71.76%-
XYZ23.3236.7424.93-
YUV143.38117.0677.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 183 (71.88% from 255) = 48.16%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=19.21%
G=48.16%
B=32.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal731831240.6000.320.28147.8243.3150.2
Hex49B77C3C0201C942b32
Octal11126717474040342245362
Binary100100110110111111110011110001000001110010010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,183,124); }

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

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

 a { background-color: rgb(73,183,124); }

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

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

 span { border-color: rgb(73,183,124); }

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