#49AC73

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

Shades of Ocean Green #49AC73

Tints of Ocean Green #49AC73

Color information

#49AC73 (or 0x49AC73) is unknown color: approx Ocean Green. HEX triplet: 49, AC and 73. RGB value is (73,172,115). Sum of RGB (Red+Green+Blue) = 73+172+115=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AC73 is #B6538C. Grayscale: #888888. Windows color (decimal): -11948941 or 7580745. OLE color: 7580745.

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

Color convert

RGB73172115-
CMYK0.5800.330.33
HSL145.45º40.41%48.04%-
HSV(B)145.45º57.56%67.45%-
XYZ20.5932.1621.34-
YUV135.9116.283.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 172 (67.58% from 255) = 47.78%
BLUE value IS 115 (45.31% from 255) = 31.94%
R=20.28%
G=47.78%
B=31.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731721150.5800.330.33145.4540.4148.04
Hex49AC733A02121912830
Octal11125416372041412215060
Binary1001001101011001110011111010010000110000110010001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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