#49B36D

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

Shades of Ocean Green #49B36D

Tints of Ocean Green #49B36D

Color information

#49B36D (or 0x49B36D) is unknown color: approx Ocean Green. HEX triplet: 49, B3 and 6D. RGB value is (73,179,109). Sum of RGB (Red+Green+Blue) = 73+179+109=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #49B36D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B36D is #B64C92. Grayscale: #8B8B8B. Windows color (decimal): -11947155 or 7189321. OLE color: 7189321.

HSL color Cylindrical-coordinate representation of color #49B36D: hue angle of 140.38º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B36D is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB73179109-
CMYK0.5900.390.30
HSL140.38º42.06%49.41%-
HSV(B)140.38º59.22%70.2%-
XYZ21.6334.7620.04-
YUV139.33110.8880.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 179 (70.31% from 255) = 49.58%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=20.22%
G=49.58%
B=30.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731791090.5900.390.30140.3842.0649.41
Hex49B36D3B0271E8c2a31
Octal11126315573047362145261
Binary100100110110011110110111101101001111111010001100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,179,109); }

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

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

 a { background-color: rgb(73,179,109); }

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

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

 span { border-color: rgb(73,179,109); }

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