#49B27D

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

Shades of Ocean Green #49B27D

Tints of Ocean Green #49B27D

Color information

#49B27D (or 0x49B27D) is unknown color: approx Ocean Green. HEX triplet: 49, B2 and 7D. RGB value is (73,178,125). Sum of RGB (Red+Green+Blue) = 73+178+125=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #49B27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B27D is #B64D82. Grayscale: #8C8C8C. Windows color (decimal): -11947395 or 8237641. OLE color: 8237641.

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

Color convert

RGB73178125-
CMYK0.5900.300.30
HSL149.71º41.83%49.22%-
HSV(B)149.71º58.99%69.8%-
XYZ22.3734.7424.93-
YUV140.56119.2179.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.41%
GREEN value IS 178 (69.92% from 255) = 47.34%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=19.41%
G=47.34%
B=33.24%

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
Decimal731781250.5900.300.30149.7141.8349.22
Hex49B27D3B01E1E962a31
Octal11126217573036362265261
Binary10010011011001011111011110110111101111010010110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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