#49B27C

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

Shades of Ocean Green #49B27C

Tints of Ocean Green #49B27C

Color information

#49B27C (or 0x49B27C) is unknown color: approx Ocean Green. HEX triplet: 49, B2 and 7C. RGB value is (73,178,124). Sum of RGB (Red+Green+Blue) = 73+178+124=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #49B27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B27C is #B64D83. Grayscale: #8C8C8C. Windows color (decimal): -11947396 or 8172105. OLE color: 8172105.

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

Color convert

RGB73178124-
CMYK0.5900.300.30
HSL149.14º41.83%49.22%-
HSV(B)149.14º58.99%69.8%-
XYZ22.3134.7124.59-
YUV140.45118.7179.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=19.47%
G=47.47%
B=33.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731781240.5900.300.30149.1441.8349.22
Hex49B27C3B01E1E952a31
Octal11126217473036362255261
Binary10010011011001011111001110110111101111010010101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,178,124); }

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

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

 a { background-color: rgb(73,178,124); }

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

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

 span { border-color: rgb(73,178,124); }

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