Html Css Color HEX #49A079 Ocean Green

📋 copy color: '#49A079'

red 73 ◦ green 160 ◦ blue 121

#49A079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #49A079

Tints of Ocean Green #49A079

RGB

 RED value IS 73 (28.91% from 255) = 20.62%

 GREEN value IS 160 (62.89% from 255) = 45.2%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 20.62%
G = 45.2%
B = 34.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#49A079 (or 0x49A079) is known color: Ocean Green. HEX triplet: 49, A0 and 79. RGB value is (73,160,121). Sum of RGB (Red+Green+Blue) = 73+160+121=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #49A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A079 is #B65F86. Grayscale: #818181. Windows color (decimal): -11952007 or 7970889. OLE color: 7970889.

HSL color Cylindrical-coordinate representation of color #49A079: hue angle of 153.1º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49A079 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 160 121 -
CMYK 0.54 0 0.24 0.37
HSL 153.1º 0.37% 0.46% -
HSV(B) 153.1º 0.54% 0.63% -
XYZ 18.77 27.94 22.49 -
YUV 129.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 73 160 121 0.54 0 0.24 0.37 153.1 0.37 0.46
Hex 49 A0 79 36 0 18 25 99 25 2E
Octal 111 240 171 66 0 30 45 231 45 56
Binary 1001001 10100000 1111001 110110 0 11000 100101 10011001 100101 101110

Color Harmonies of #49A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A079

Black with #49A079

Text Example


Text Example

White with #49A079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49A079;
 }
 .AnyTagClassName
 {
   color: #49A079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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