#49A577

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

Shades of Ocean Green #49A577

Tints of Ocean Green #49A577

Color information

#49A577 (or 0x49A577) is unknown color: approx Ocean Green. HEX triplet: 49, A5 and 77. RGB value is (73,165,119). Sum of RGB (Red+Green+Blue) = 73+165+119=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #49A577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A577 is #B65A88. Grayscale: #848484. Windows color (decimal): -11950729 or 7841097. OLE color: 7841097.

HSL color Cylindrical-coordinate representation of color #49A577: hue angle of 150º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A577 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB73165119-
CMYK0.5600.280.35
HSL150º38.66%46.67%-
HSV(B)150º55.76%64.71%-
XYZ19.5329.6622.15-
YUV132.25120.5285.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 165 (64.84% from 255) = 46.22%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=20.45%
G=46.22%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731651190.5600.280.3515038.6646.67
Hex49A5773801C2396272f
Octal11124516770034432264757
Binary100100110100101111011111100001110010001110010110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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