#49B177

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

Shades of Ocean Green #49B177

Tints of Ocean Green #49B177

Color information

#49B177 (or 0x49B177) is unknown color: approx Ocean Green. HEX triplet: 49, B1 and 77. RGB value is (73,177,119). Sum of RGB (Red+Green+Blue) = 73+177+119=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #49B177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B177 is #B64E88. Grayscale: #8B8B8B. Windows color (decimal): -11947657 or 7844169. OLE color: 7844169.

HSL color Cylindrical-coordinate representation of color #49B177: hue angle of 146.54º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B177 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB73177119-
CMYK0.5900.330.31
HSL146.54º41.6%49.02%-
HSV(B)146.54º58.76%69.41%-
XYZ21.834.1922.9-
YUV139.29116.5480.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.78%
GREEN value IS 177 (69.53% from 255) = 47.97%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=19.78%
G=47.97%
B=32.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731771190.5900.330.31146.5441.649.02
Hex49B1773B0211F932a31
Octal11126116773041372235261
Binary100100110110001111011111101101000011111110010011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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