Html Css Color HEX #49AD73 Ocean Green

📋 copy color: '#49AD73'

red 73 ◦ green 173 ◦ blue 115

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

Shades of Ocean Green #49AD73

Tints of Ocean Green #49AD73

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.92%

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 20.22%
G = 47.92%
B = 31.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#49AD73 (or 0x49AD73) is known color: Ocean Green. HEX triplet: 49, AD and 73. RGB value is (73,173,115). Sum of RGB (Red+Green+Blue) = 73+173+115=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD73 is #B6528C. Grayscale: #888888. Windows color (decimal): -11948685 or 7581001. OLE color: 7581001.

HSL color Cylindrical-coordinate representation of color #49AD73: hue angle of 145.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD73 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 173 115 -
CMYK 0.58 0 0.34 0.32
HSL 145.2º 0.41% 0.48% -
HSV(B) 145.2º 0.58% 0.68% -
XYZ 20.79 32.54 21.41 -
YUV 136.49 115.87 82.72 -
System Red Green Blue C M Y K H S L
Decimal 73 173 115 0.58 0 0.34 0.32 145.2 0.41 0.48
Hex 49 AD 73 3A 0 22 20 91 29 30
Octal 111 255 163 72 0 42 40 221 51 60
Binary 1001001 10101101 1110011 111010 0 100010 100000 10010001 101001 110000

Color Harmonies of #49AD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AD73

Black with #49AD73

Text Example


Text Example

White with #49AD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,173,115); }

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

background-color css

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

 a { background-color: rgb(73,173,115); }

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

border-color css

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

 span { border-color: rgb(73,173,115); }

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