Html Css Color HEX #49B779 Ocean Green

📋 copy color: '#49B779'

red 73 ◦ green 183 ◦ blue 121

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

Shades of Ocean Green #49B779

Tints of Ocean Green #49B779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 19.36%
G = 48.54%
B = 32.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#49B779 (or 0x49B779) is known color: Ocean Green. HEX triplet: 49, B7 and 79. RGB value is (73,183,121). Sum of RGB (Red+Green+Blue) = 73+183+121=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #49B779 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B779 is #B64886. Grayscale: #8F8F8F. Windows color (decimal): -11946119 or 7976777. OLE color: 7976777.

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

Color convert

RGB 73 183 121 -
CMYK 0.60 0 0.34 0.28
HSL 146.18º 0.43% 0.5% -
HSV(B) 146.18º 0.6% 0.72% -
XYZ 23.13 36.66 23.95 -
YUV 143.04 115.56 78.04 -
System Red Green Blue C M Y K H S L
Decimal 73 183 121 0.60 0 0.34 0.28 146.18 0.43 0.5
Hex 49 B7 79 3C 0 22 1C 92 2B 32
Octal 111 267 171 74 0 42 34 222 53 62
Binary 1001001 10110111 1111001 111100 0 100010 11100 10010010 101011 110010

Color Harmonies of #49B779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B779

Black with #49B779

Text Example


Text Example

White with #49B779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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