Html Css Color HEX #49A771 Ocean Green

📋 copy color: '#49A771'

red 73 ◦ green 167 ◦ blue 113

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

Shades of Ocean Green #49A771

Tints of Ocean Green #49A771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.31%

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

R = 20.68%
G = 47.31%
B = 32.01%

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

#49A771 (or 0x49A771) is known color: Ocean Green. HEX triplet: 49, A7 and 71. RGB value is (73,167,113). Sum of RGB (Red+Green+Blue) = 73+167+113=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #49A771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A771 is #B6588E. Grayscale: #848484. Windows color (decimal): -11950223 or 7448393. OLE color: 7448393.

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

Color convert

RGB 73 167 113 -
CMYK 0.56 0 0.32 0.35
HSL 145.53º 0.39% 0.47% -
HSV(B) 145.53º 0.56% 0.65% -
XYZ 19.55 30.25 20.43 -
YUV 132.74 116.86 85.39 -
System Red Green Blue C M Y K H S L
Decimal 73 167 113 0.56 0 0.32 0.35 145.53 0.39 0.47
Hex 49 A7 71 38 0 20 23 92 27 2F
Octal 111 247 161 70 0 40 43 222 47 57
Binary 1001001 10100111 1110001 111000 0 100000 100011 10010010 100111 101111

Color Harmonies of #49A771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A771

Black with #49A771

Text Example


Text Example

White with #49A771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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