#49A579

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

Shades of Ocean Green #49A579

Tints of Ocean Green #49A579

Color information

#49A579 (or 0x49A579) is unknown color: approx Ocean Green. HEX triplet: 49, A5 and 79. RGB value is (73,165,121). Sum of RGB (Red+Green+Blue) = 73+165+121=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #49A579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A579 is #B65A86. Grayscale: #848484. Windows color (decimal): -11950727 or 7972169. OLE color: 7972169.

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

Color convert

RGB73165121-
CMYK0.5600.270.35
HSL151.3º38.66%46.67%-
HSV(B)151.3º55.76%64.71%-
XYZ19.6529.7122.79-
YUV132.48121.5285.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=20.33%
G=45.96%
B=33.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731651210.5600.270.35151.338.6646.67
Hex49A5793801B2397272f
Octal11124517170033432274757
Binary100100110100101111100111100001101110001110010111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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