#49B57D

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

Shades of Ocean Green #49B57D

Tints of Ocean Green #49B57D

Color information

#49B57D (or 0x49B57D) is unknown color: approx Ocean Green. HEX triplet: 49, B5 and 7D. RGB value is (73,181,125). Sum of RGB (Red+Green+Blue) = 73+181+125=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #49B57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B57D is #B64A82. Grayscale: #8E8E8E. Windows color (decimal): -11946627 or 8238409. OLE color: 8238409.

HSL color Cylindrical-coordinate representation of color #49B57D: hue angle of 148.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B57D is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB73181125-
CMYK0.6000.310.29
HSL148.89º42.52%49.8%-
HSV(B)148.89º59.67%70.98%-
XYZ22.9735.9425.13-
YUV142.32118.2278.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 181 (71.09% from 255) = 47.76%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=19.26%
G=47.76%
B=32.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731811250.6000.310.29148.8942.5249.8
Hex49B57D3C01F1D952b32
Octal11126517574037352255362
Binary10010011011010111111011111000111111110110010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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