#49A36E

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

Shades of Ocean Green #49A36E

Tints of Ocean Green #49A36E

Color information

#49A36E (or 0x49A36E) is unknown color: approx Ocean Green. HEX triplet: 49, A3 and 6E. RGB value is (73,163,110). Sum of RGB (Red+Green+Blue) = 73+163+110=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #49A36E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A36E is #B65C91. Grayscale: #828282. Windows color (decimal): -11951250 or 7250761. OLE color: 7250761.

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

Color convert

RGB73163110-
CMYK0.5500.330.36
HSL144.67º38.14%46.27%-
HSV(B)144.67º55.21%63.92%-
XYZ18.6628.7419.32-
YUV130.05116.6887.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=21.10%
G=47.11%
B=31.79%

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
Decimal731631100.5500.330.36144.6738.1446.27
Hex49A36E370212491262e
Octal11124315667041442214656
Binary1001001101000111101110110111010000110010010010001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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