#49A36D

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

Shades of Ocean Green #49A36D

Tints of Ocean Green #49A36D

Color information

#49A36D (or 0x49A36D) is unknown color: approx Ocean Green. HEX triplet: 49, A3 and 6D. RGB value is (73,163,109). Sum of RGB (Red+Green+Blue) = 73+163+109=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #49A36D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A36D is #B65C92. Grayscale: #828282. Windows color (decimal): -11951251 or 7185225. OLE color: 7185225.

HSL color Cylindrical-coordinate representation of color #49A36D: hue angle of 144º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A36D is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB73163109-
CMYK0.5500.330.36
HSL144º38.14%46.27%-
HSV(B)144º55.21%63.92%-
XYZ18.6128.7119.03-
YUV129.93116.1887.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 163 (64.06% from 255) = 47.25%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=21.16%
G=47.25%
B=31.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731631090.5500.330.3614438.1446.27
Hex49A36D370212490262e
Octal11124315567041442204656
Binary1001001101000111101101110111010000110010010010000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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