#49B66C

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

Shades of Ocean Green #49B66C

Tints of Ocean Green #49B66C

Color information

#49B66C (or 0x49B66C) is unknown color: approx Ocean Green. HEX triplet: 49, B6 and 6C. RGB value is (73,182,108). Sum of RGB (Red+Green+Blue) = 73+182+108=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #49B66C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B66C is #B64993. Grayscale: #8D8D8D. Windows color (decimal): -11946388 or 7124553. OLE color: 7124553.

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

Color convert

RGB73182108-
CMYK0.6000.410.29
HSL139.27º42.75%50%-
HSV(B)139.27º59.89%71.37%-
XYZ22.1835.9619.96-
YUV140.97109.3979.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.11%
GREEN value IS 182 (71.48% from 255) = 50.14%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=20.11%
G=50.14%
B=29.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731821080.6000.410.29139.2742.7550
Hex49B66C3C0291D8b2b32
Octal11126615474051352135362
Binary100100110110110110110011110001010011110110001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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