Html Css Color HEX #49B771 Ocean Green

📋 copy color: '#49B771'

red 73 ◦ green 183 ◦ blue 113

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

Shades of Ocean Green #49B771

Tints of Ocean Green #49B771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.59%

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

R = 19.78%
G = 49.59%
B = 30.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#49B771 (or 0x49B771) is known color: Ocean Green. HEX triplet: 49, B7 and 71. RGB value is (73,183,113). Sum of RGB (Red+Green+Blue) = 73+183+113=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #49B771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B771 is #B6488E. Grayscale: #8E8E8E. Windows color (decimal): -11946127 or 7452489. OLE color: 7452489.

HSL color Cylindrical-coordinate representation of color #49B771: hue angle of 141.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B771 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 183 113 -
CMYK 0.60 0 0.38 0.28
HSL 141.82º 0.43% 0.5% -
HSV(B) 141.82º 0.6% 0.72% -
XYZ 22.66 36.48 21.47 -
YUV 142.13 111.56 78.69 -
System Red Green Blue C M Y K H S L
Decimal 73 183 113 0.60 0 0.38 0.28 141.82 0.43 0.5
Hex 49 B7 71 3C 0 26 1C 8E 2B 32
Octal 111 267 161 74 0 46 34 216 53 62
Binary 1001001 10110111 1110001 111100 0 100110 11100 10001110 101011 110010

Color Harmonies of #49B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B771

Black with #49B771

Text Example


Text Example

White with #49B771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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