#49A177

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

Shades of Ocean Green #49A177

Tints of Ocean Green #49A177

Color information

#49A177 (or 0x49A177) is unknown color: approx Ocean Green. HEX triplet: 49, A1 and 77. RGB value is (73,161,119). Sum of RGB (Red+Green+Blue) = 73+161+119=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #49A177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A177 is #B65E88. Grayscale: #818181. Windows color (decimal): -11951753 or 7840073. OLE color: 7840073.

HSL color Cylindrical-coordinate representation of color #49A177: hue angle of 151.36º 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 #49A177 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB73161119-
CMYK0.5500.260.37
HSL151.36º37.61%45.88%-
HSV(B)151.36º54.66%63.14%-
XYZ18.8228.2421.91-
YUV129.9121.8587.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 161 (63.28% from 255) = 45.61%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=20.68%
G=45.61%
B=33.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731611190.5500.260.37151.3637.6145.88
Hex49A1773701A2597262e
Octal11124116767032452274656
Binary100100110100001111011111011101101010010110010111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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