#49B66A

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

Shades of Ocean Green #49B66A

Tints of Ocean Green #49B66A

Color information

#49B66A (or 0x49B66A) is unknown color: approx Ocean Green. HEX triplet: 49, B6 and 6A. RGB value is (73,182,106). Sum of RGB (Red+Green+Blue) = 73+182+106=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #49B66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B66A is #B64995. Grayscale: #8C8C8C. Windows color (decimal): -11946390 or 6993481. OLE color: 6993481.

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

Color convert

RGB73182106-
CMYK0.6000.420.29
HSL138.17º42.75%50%-
HSV(B)138.17º59.89%71.37%-
XYZ22.0835.9119.4-
YUV140.74108.3979.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 182 (71.48% from 255) = 50.42%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=20.22%
G=50.42%
B=29.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731821060.6000.420.29138.1742.7550
Hex49B66A3C02A1D8a2b32
Octal11126615274052352125362
Binary100100110110110110101011110001010101110110001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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