#49AA79

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

Shades of Ocean Green #49AA79

Tints of Ocean Green #49AA79

Color information

#49AA79 (or 0x49AA79) is unknown color: approx Ocean Green. HEX triplet: 49, AA and 79. RGB value is (73,170,121). Sum of RGB (Red+Green+Blue) = 73+170+121=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AA79 is #B65586. Grayscale: #878787. Windows color (decimal): -11949447 or 7973449. OLE color: 7973449.

HSL color Cylindrical-coordinate representation of color #49AA79: hue angle of 149.69º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AA79 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB73170121-
CMYK0.5700.290.33
HSL149.69º39.92%47.65%-
HSV(B)149.69º57.06%66.67%-
XYZ20.5731.5523.09-
YUV135.41119.8683.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=20.05%
G=46.70%
B=33.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731701210.5700.290.33149.6939.9247.65
Hex49AA793901D21962830
Octal11125217171035412265060
Binary100100110101010111100111100101110110000110010110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,170,121); }

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

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

 a { background-color: rgb(73,170,121); }

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

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

 span { border-color: rgb(73,170,121); }

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