#49B776

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

Shades of Ocean Green #49B776

Tints of Ocean Green #49B776

Color information

#49B776 (or 0x49B776) is unknown color: approx Ocean Green. HEX triplet: 49, B7 and 76. RGB value is (73,183,118). Sum of RGB (Red+Green+Blue) = 73+183+118=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #49B776 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B776 is #B64889. Grayscale: #8E8E8E. Windows color (decimal): -11946122 or 7780169. OLE color: 7780169.

HSL color Cylindrical-coordinate representation of color #49B776: hue angle of 144.55º 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 #49B776 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB73183118-
CMYK0.6000.360.28
HSL144.55º43.31%50.2%-
HSV(B)144.55º60.11%71.76%-
XYZ22.9536.5922.99-
YUV142.7114.0678.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=19.52%
G=48.93%
B=31.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal731831180.6000.360.28144.5543.3150.2
Hex49B7763C0241C912b32
Octal11126716674044342215362
Binary100100110110111111011011110001001001110010010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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