#49B47E

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

Shades of Ocean Green #49B47E

Tints of Ocean Green #49B47E

Color information

#49B47E (or 0x49B47E) is unknown color: approx Ocean Green. HEX triplet: 49, B4 and 7E. RGB value is (73,180,126). Sum of RGB (Red+Green+Blue) = 73+180+126=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #49B47E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B47E is #B64B81. Grayscale: #8D8D8D. Windows color (decimal): -11946882 or 8303689. OLE color: 8303689.

HSL color Cylindrical-coordinate representation of color #49B47E: hue angle of 149.72º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B47E is Cyan = 0.59, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB73180126-
CMYK0.5900.30.29
HSL149.72º42.29%49.61%-
HSV(B)149.72º59.44%70.59%-
XYZ22.8335.5725.4-
YUV141.85119.0578.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 180 (70.70% from 255) = 47.49%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=19.26%
G=47.49%
B=33.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731801260.5900.30.29149.7242.2949.61
Hex49B47E3B01E1D962a32
Octal11126417673036352265262
Binary10010011011010011111101110110111101110110010110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,180,126); }

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

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

 a { background-color: rgb(73,180,126); }

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

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

 span { border-color: rgb(73,180,126); }

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