#49AE78

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

Shades of Ocean Green #49AE78

Tints of Ocean Green #49AE78

Color information

#49AE78 (or 0x49AE78) is unknown color: approx Ocean Green. HEX triplet: 49, AE and 78. RGB value is (73,174,120). Sum of RGB (Red+Green+Blue) = 73+174+120=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE78 is #B65187. Grayscale: #898989. Windows color (decimal): -11948424 or 7908937. OLE color: 7908937.

HSL color Cylindrical-coordinate representation of color #49AE78: hue angle of 147.92º 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 #49AE78 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB73174120-
CMYK0.5800.310.32
HSL147.92º40.89%48.43%-
HSV(B)147.92º58.05%68.24%-
XYZ21.2733.0423.03-
YUV137.64118.0481.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 174 (68.36% from 255) = 47.41%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=19.89%
G=47.41%
B=32.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741200.5800.310.32147.9240.8948.43
Hex49AE783A01F20942930
Octal11125617072037402245160
Binary100100110101110111100011101001111110000010010100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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