#49A171

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

Shades of Ocean Green #49A171

Tints of Ocean Green #49A171

Color information

#49A171 (or 0x49A171) is unknown color: approx Ocean Green. HEX triplet: 49, A1 and 71. RGB value is (73,161,113). Sum of RGB (Red+Green+Blue) = 73+161+113=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #49A171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A171 is #B65E8E. Grayscale: #818181. Windows color (decimal): -11951759 or 7446857. OLE color: 7446857.

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

Color convert

RGB73161113-
CMYK0.5500.300.37
HSL147.27º37.61%45.88%-
HSV(B)147.27º54.66%63.14%-
XYZ18.4728.120.07-
YUV129.22118.8587.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 161 (63.28% from 255) = 46.40%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=21.04%
G=46.40%
B=32.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731611130.5500.300.37147.2737.6145.88
Hex49A1713701E2593262e
Octal11124116167036452234656
Binary100100110100001111000111011101111010010110010011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,161,113); }

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

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

 a { background-color: rgb(73,161,113); }

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

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

 span { border-color: rgb(73,161,113); }

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