#49A279

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

Shades of Ocean Green #49A279

Tints of Ocean Green #49A279

Color information

#49A279 (or 0x49A279) is unknown color: approx Ocean Green. HEX triplet: 49, A2 and 79. RGB value is (73,162,121). Sum of RGB (Red+Green+Blue) = 73+162+121=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #49A279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A279 is #B65D86. Grayscale: #828282. Windows color (decimal): -11951495 or 7971401. OLE color: 7971401.

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

Color convert

RGB73162121-
CMYK0.5500.250.36
HSL152.36º37.87%46.08%-
HSV(B)152.36º54.94%63.53%-
XYZ19.1228.6422.61-
YUV130.72122.5186.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=20.51%
G=45.51%
B=33.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731621210.5500.250.36152.3637.8746.08
Hex49A279370192498262e
Octal11124217167031442304656
Binary100100110100010111100111011101100110010010011000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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