#49b671

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

Shades of Ocean Green #49B671

Tints of Ocean Green #49B671

Color information

#49B671 (or 0x49B671) is unknown color: approx Ocean Green. HEX triplet: 49, B6 and 71. RGB value is (73,182,113). Sum of RGB (Red+Green+Blue) = 73+182+113=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #49B671 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B671 is #B6498E. Grayscale: #8D8D8D. Windows color (decimal): -11946383 or 7452233. OLE color: 7452233.

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

Color convert

RGB73182113-
CMYK0.6000.380.29
HSL142.02º42.75%50%-
HSV(B)142.02º59.89%71.37%-
XYZ22.4636.0621.4-
YUV141.54111.8979.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.84%
GREEN value IS 182 (71.48% from 255) = 49.46%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=19.84%
G=49.46%
B=30.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731821130.6000.380.29142.0242.7550
Hex49B6713C0261D8e2b32
Octal11126616174046352165362
Binary100100110110110111000111110001001101110110001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49b671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,182,113); }

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

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

 a { background-color: rgb(73,182,113); }

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

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

 span { border-color: rgb(73,182,113); }

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