Html Css Color HEX #49A671 Ocean Green

📋 copy color: '#49A671'

red 73 ◦ green 166 ◦ blue 113

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

Shades of Ocean Green #49A671

Tints of Ocean Green #49A671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 20.74%
G = 47.16%
B = 32.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#49A671 (or 0x49A671) is known color: Ocean Green. HEX triplet: 49, A6 and 71. RGB value is (73,166,113). Sum of RGB (Red+Green+Blue) = 73+166+113=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #49A671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A671 is #B6598E. Grayscale: #848484. Windows color (decimal): -11950479 or 7448137. OLE color: 7448137.

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

Color convert

RGB 73 166 113 -
CMYK 0.56 0 0.32 0.35
HSL 145.81º 0.39% 0.47% -
HSV(B) 145.81º 0.56% 0.65% -
XYZ 19.36 29.88 20.37 -
YUV 132.15 117.19 85.81 -
System Red Green Blue C M Y K H S L
Decimal 73 166 113 0.56 0 0.32 0.35 145.81 0.39 0.47
Hex 49 A6 71 38 0 20 23 92 27 2F
Octal 111 246 161 70 0 40 43 222 47 57
Binary 1001001 10100110 1110001 111000 0 100000 100011 10010010 100111 101111

Color Harmonies of #49A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A671

Black with #49A671

Text Example


Text Example

White with #49A671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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