#49A477

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

Shades of Ocean Green #49A477

Tints of Ocean Green #49A477

Color information

#49A477 (or 0x49A477) is unknown color: approx Ocean Green. HEX triplet: 49, A4 and 77. RGB value is (73,164,119). Sum of RGB (Red+Green+Blue) = 73+164+119=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #49A477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A477 is #B65B88. Grayscale: #838383. Windows color (decimal): -11950985 or 7840841. OLE color: 7840841.

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

Color convert

RGB73164119-
CMYK0.5500.270.36
HSL150.33º38.4%46.47%-
HSV(B)150.33º55.49%64.31%-
XYZ19.3529.322.09-
YUV131.66120.8586.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=20.51%
G=46.07%
B=33.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731641190.5500.270.36150.3338.446.47
Hex49A4773701B2496262e
Octal11124416767033442264656
Binary100100110100100111011111011101101110010010010110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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