#49A377

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

Shades of Ocean Green #49A377

Tints of Ocean Green #49A377

Color information

#49A377 (or 0x49A377) is unknown color: approx Ocean Green. HEX triplet: 49, A3 and 77. RGB value is (73,163,119). Sum of RGB (Red+Green+Blue) = 73+163+119=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #49A377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A377 is #B65C88. Grayscale: #838383. Windows color (decimal): -11951241 or 7840585. OLE color: 7840585.

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

Color convert

RGB73163119-
CMYK0.5500.270.36
HSL150.67º38.14%46.27%-
HSV(B)150.67º55.21%63.92%-
XYZ19.1728.9422.03-
YUV131.07121.1886.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 163 (64.06% from 255) = 45.92%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=20.56%
G=45.92%
B=33.52%

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
Decimal731631190.5500.270.36150.6738.1446.27
Hex49A3773701B2497262e
Octal11124316767033442274656
Binary100100110100011111011111011101101110010010010111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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