Html Css Color HEX #49A673 Ocean Green

📋 copy color: '#49A673'

red 73 ◦ green 166 ◦ blue 115

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

Shades of Ocean Green #49A673

Tints of Ocean Green #49A673

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.89%

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

R = 20.62%
G = 46.89%
B = 32.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#49A673 (or 0x49A673) is known color: Ocean Green. HEX triplet: 49, A6 and 73. RGB value is (73,166,115). Sum of RGB (Red+Green+Blue) = 73+166+115=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #49A673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A673 is #B6598C. Grayscale: #848484. Windows color (decimal): -11950477 or 7579209. OLE color: 7579209.

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

Color convert

RGB 73 166 115 -
CMYK 0.56 0 0.31 0.35
HSL 147.1º 0.39% 0.47% -
HSV(B) 147.1º 0.56% 0.65% -
XYZ 19.48 29.93 20.97 -
YUV 132.38 118.19 85.65 -
System Red Green Blue C M Y K H S L
Decimal 73 166 115 0.56 0 0.31 0.35 147.1 0.39 0.47
Hex 49 A6 73 38 0 1F 23 93 27 2F
Octal 111 246 163 70 0 37 43 223 47 57
Binary 1001001 10100110 1110011 111000 0 11111 100011 10010011 100111 101111

Color Harmonies of #49A673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A673

Black with #49A673

Text Example


Text Example

White with #49A673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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