#49A471

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

Shades of Ocean Green #49A471

Tints of Ocean Green #49A471

Color information

#49A471 (or 0x49A471) is unknown color: approx Ocean Green. HEX triplet: 49, A4 and 71. RGB value is (73,164,113). Sum of RGB (Red+Green+Blue) = 73+164+113=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #49A471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A471 is #B65B8E. Grayscale: #838383. Windows color (decimal): -11950991 or 7447625. OLE color: 7447625.

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

Color convert

RGB73164113-
CMYK0.5500.310.36
HSL146.37º38.4%46.47%-
HSV(B)146.37º55.49%64.31%-
XYZ1929.1620.25-
YUV130.98117.8586.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 164 (64.45% from 255) = 46.86%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=20.86%
G=46.86%
B=32.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731641130.5500.310.36146.3738.446.47
Hex49A4713701F2492262e
Octal11124416167037442224656
Binary100100110100100111000111011101111110010010010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,164,113); }

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

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

 a { background-color: rgb(73,164,113); }

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

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

 span { border-color: rgb(73,164,113); }

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