#49AE79

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

Shades of Ocean Green #49AE79

Tints of Ocean Green #49AE79

Color information

#49AE79 (or 0x49AE79) is unknown color: approx Ocean Green. HEX triplet: 49, AE and 79. RGB value is (73,174,121). Sum of RGB (Red+Green+Blue) = 73+174+121=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE79 is #B65186. Grayscale: #898989. Windows color (decimal): -11948423 or 7974473. OLE color: 7974473.

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

Color convert

RGB73174121-
CMYK0.5800.300.32
HSL148.51º40.89%48.43%-
HSV(B)148.51º58.05%68.24%-
XYZ21.3333.0723.35-
YUV137.76118.5481.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.84%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 121 (47.66% from 255) = 32.88%
R=19.84%
G=47.28%
B=32.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741210.5800.300.32148.5140.8948.43
Hex49AE793A01E20952930
Octal11125617172036402255160
Binary100100110101110111100111101001111010000010010101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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