#49A26E

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

Shades of Ocean Green #49A26E

Tints of Ocean Green #49A26E

Color information

#49A26E (or 0x49A26E) is unknown color: approx Ocean Green. HEX triplet: 49, A2 and 6E. RGB value is (73,162,110). Sum of RGB (Red+Green+Blue) = 73+162+110=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #49A26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A26E is #B65D91. Grayscale: #818181. Windows color (decimal): -11951506 or 7250505. OLE color: 7250505.

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

Color convert

RGB73162110-
CMYK0.5500.320.36
HSL144.94º37.87%46.08%-
HSV(B)144.94º54.94%63.53%-
XYZ18.4828.3819.26-
YUV129.46117.0187.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=21.16%
G=46.96%
B=31.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731621100.5500.320.36144.9437.8746.08
Hex49A26E370202491262e
Octal11124215667040442214656
Binary1001001101000101101110110111010000010010010010001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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