#49b67f

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

Shades of Ocean Green #49B67F

Tints of Ocean Green #49B67F

Color information

#49B67F (or 0x49B67F) is unknown color: approx Ocean Green. HEX triplet: 49, B6 and 7F. RGB value is (73,182,127). Sum of RGB (Red+Green+Blue) = 73+182+127=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #49B67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B67F is #B64980. Grayscale: #8F8F8F. Windows color (decimal): -11946369 or 8369737. OLE color: 8369737.

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

Color convert

RGB73182127-
CMYK0.6000.300.29
HSL149.72º42.75%50%-
HSV(B)149.72º59.89%71.37%-
XYZ23.3136.425.88-
YUV143.14118.8977.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.11%
GREEN value IS 182 (71.48% from 255) = 47.64%
BLUE value IS 127 (50% from 255) = 33.25%
R=19.11%
G=47.64%
B=33.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731821270.6000.300.29149.7242.7550
Hex49B67F3C01E1D962b32
Octal11126617774036352265362
Binary10010011011011011111111111000111101110110010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49b67f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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