#49AC7A

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

Shades of Ocean Green #49AC7A

Tints of Ocean Green #49AC7A

Color information

#49AC7A (or 0x49AC7A) is unknown color: approx Ocean Green. HEX triplet: 49, AC and 7A. RGB value is (73,172,122). Sum of RGB (Red+Green+Blue) = 73+172+122=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AC7A is #B65385. Grayscale: #888888. Windows color (decimal): -11948934 or 8039497. OLE color: 8039497.

HSL color Cylindrical-coordinate representation of color #49AC7A: hue angle of 149.7º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AC7A is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB73172122-
CMYK0.5800.290.33
HSL149.7º40.41%48.04%-
HSV(B)149.7º57.56%67.45%-
XYZ21.0132.3323.54-
YUV136.7119.782.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=19.89%
G=46.87%
B=33.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731721220.5800.290.33149.740.4148.04
Hex49AC7A3A01D21962830
Octal11125417272035412265060
Binary100100110101100111101011101001110110000110010110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,172,122); }

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

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

 a { background-color: rgb(73,172,122); }

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

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

 span { border-color: rgb(73,172,122); }

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