#49B182

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

Shades of Ocean Green #49B182

Tints of Ocean Green #49B182

Color information

#49B182 (or 0x49B182) is unknown color: approx Ocean Green. HEX triplet: 49, B1 and 82. RGB value is (73,177,130). Sum of RGB (Red+Green+Blue) = 73+177+130=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #49B182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B182 is #B64E7D. Grayscale: #8C8C8C. Windows color (decimal): -11947646 or 8565065. OLE color: 8565065.

HSL color Cylindrical-coordinate representation of color #49B182: hue angle of 152.88º 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 #49B182 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB73177130-
CMYK0.5900.270.31
HSL152.88º41.6%49.02%-
HSV(B)152.88º58.76%69.41%-
XYZ22.534.4726.59-
YUV140.55122.0479.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 177 (69.53% from 255) = 46.58%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=19.21%
G=46.58%
B=34.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731771300.5900.270.31152.8841.649.02
Hex49B1823B01B1F992a31
Octal11126120273033372315261
Binary100100110110001100000101110110110111111110011001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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