#49B581

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

Shades of Ocean Green #49B581

Tints of Ocean Green #49B581

Color information

#49B581 (or 0x49B581) is unknown color: approx Ocean Green. HEX triplet: 49, B5 and 81. RGB value is (73,181,129). Sum of RGB (Red+Green+Blue) = 73+181+129=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #49B581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B581 is #B64A7E. Grayscale: #8E8E8E. Windows color (decimal): -11946623 or 8500553. OLE color: 8500553.

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

Color convert

RGB73181129-
CMYK0.6000.290.29
HSL151.11º42.52%49.8%-
HSV(B)151.11º59.67%70.98%-
XYZ23.2336.0526.5-
YUV142.78120.2278.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 181 (71.09% from 255) = 47.26%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=19.06%
G=47.26%
B=33.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731811290.6000.290.29151.1142.5249.8
Hex49B5813C01D1D972b32
Octal11126520174035352275362
Binary100100110110101100000011111000111011110110010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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