#49b67a

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

Shades of Ocean Green #49B67A

Tints of Ocean Green #49B67A

Color information

#49B67A (or 0x49B67A) is unknown color: approx Ocean Green. HEX triplet: 49, B6 and 7A. RGB value is (73,182,122). Sum of RGB (Red+Green+Blue) = 73+182+122=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #49B67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B67A is #B64985. Grayscale: #8E8E8E. Windows color (decimal): -11946374 or 8042057. OLE color: 8042057.

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

Color convert

RGB73182122-
CMYK0.6000.330.29
HSL146.97º42.75%50%-
HSV(B)146.97º59.89%71.37%-
XYZ22.9936.2824.2-
YUV142.57116.3978.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=19.36%
G=48.28%
B=32.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731821220.6000.330.29146.9742.7550
Hex49B67A3C0211D932b32
Octal11126617274041352235362
Binary100100110110110111101011110001000011110110010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49b67a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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