Html Css Color HEX #49B770 Ocean Green

📋 copy color: '#49B770'

red 73 ◦ green 183 ◦ blue 112

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

Shades of Ocean Green #49B770

Tints of Ocean Green #49B770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.43%

R = 19.84%
G = 49.73%
B = 30.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#49B770 (or 0x49B770) is known color: Ocean Green. HEX triplet: 49, B7 and 70. RGB value is (73,183,112). Sum of RGB (Red+Green+Blue) = 73+183+112=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #49B770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B770 is #B6488F. Grayscale: #8E8E8E. Windows color (decimal): -11946128 or 7386953. OLE color: 7386953.

HSL color Cylindrical-coordinate representation of color #49B770: hue angle of 141.27º 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 #49B770 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 183 112 -
CMYK 0.60 0 0.39 0.28
HSL 141.27º 0.43% 0.5% -
HSV(B) 141.27º 0.6% 0.72% -
XYZ 22.61 36.45 21.17 -
YUV 142.02 111.06 78.77 -
System Red Green Blue C M Y K H S L
Decimal 73 183 112 0.60 0 0.39 0.28 141.27 0.43 0.5
Hex 49 B7 70 3C 0 27 1C 8D 2B 32
Octal 111 267 160 74 0 47 34 215 53 62
Binary 1001001 10110111 1110000 111100 0 100111 11100 10001101 101011 110010

Color Harmonies of #49B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B770

Black with #49B770

Text Example


Text Example

White with #49B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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