#49A37F

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

Shades of Ocean Green #49A37F

Tints of Ocean Green #49A37F

Color information

#49A37F (or 0x49A37F) is unknown color: approx Ocean Green. HEX triplet: 49, A3 and 7F. RGB value is (73,163,127). Sum of RGB (Red+Green+Blue) = 73+163+127=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #49A37F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A37F is #B65C80. Grayscale: #848484. Windows color (decimal): -11951233 or 8364873. OLE color: 8364873.

HSL color Cylindrical-coordinate representation of color #49A37F: hue angle of 156º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A37F is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB73163127-
CMYK0.5500.220.36
HSL156º38.14%46.27%-
HSV(B)156º55.21%63.92%-
XYZ19.6829.1424.67-
YUV131.99125.1885.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.11%
GREEN value IS 163 (64.06% from 255) = 44.90%
BLUE value IS 127 (50% from 255) = 34.99%
R=20.11%
G=44.90%
B=34.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731631270.5500.220.3615638.1446.27
Hex49A37F37016249c262e
Octal11124317767026442344656
Binary100100110100011111111111011101011010010010011100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,163,127); }

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

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

 a { background-color: rgb(73,163,127); }

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

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

 span { border-color: rgb(73,163,127); }

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