#49AE77

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

Shades of Ocean Green #49AE77

Tints of Ocean Green #49AE77

Color information

#49AE77 (or 0x49AE77) is unknown color: approx Ocean Green. HEX triplet: 49, AE and 77. RGB value is (73,174,119). Sum of RGB (Red+Green+Blue) = 73+174+119=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 174 (68.36% from 255 or 47.54% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE77 is #B65188. Grayscale: #898989. Windows color (decimal): -11948425 or 7843401. OLE color: 7843401.

HSL color Cylindrical-coordinate representation of color #49AE77: hue angle of 147.33º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AE77 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB73174119-
CMYK0.5800.320.32
HSL147.33º40.89%48.43%-
HSV(B)147.33º58.05%68.24%-
XYZ21.2133.0222.71-
YUV137.53117.5481.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 174 (68.36% from 255) = 47.54%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=19.95%
G=47.54%
B=32.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741190.5800.320.32147.3340.8948.43
Hex49AE773A02020932930
Octal11125616772040402235160
Binary1001001101011101110111111010010000010000010010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,174,119); }

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

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

 a { background-color: rgb(73,174,119); }

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

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

 span { border-color: rgb(73,174,119); }

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