Html Css Color HEX #49B679 Ocean Green

📋 copy color: '#49B679'

red 73 ◦ green 182 ◦ blue 121

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

Shades of Ocean Green #49B679

Tints of Ocean Green #49B679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.4%

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

R = 19.41%
G = 48.4%
B = 32.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#49B679 (or 0x49B679) is known color: Ocean Green. HEX triplet: 49, B6 and 79. RGB value is (73,182,121). Sum of RGB (Red+Green+Blue) = 73+182+121=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #49B679 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B679 is #B64986. Grayscale: #8E8E8E. Windows color (decimal): -11946375 or 7976521. OLE color: 7976521.

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

Color convert

RGB 73 182 121 -
CMYK 0.60 0 0.34 0.29
HSL 146.42º 0.43% 0.5% -
HSV(B) 146.42º 0.6% 0.71% -
XYZ 22.93 36.25 23.88 -
YUV 142.46 115.89 78.46 -
System Red Green Blue C M Y K H S L
Decimal 73 182 121 0.60 0 0.34 0.29 146.42 0.43 0.5
Hex 49 B6 79 3C 0 22 1D 92 2B 32
Octal 111 266 171 74 0 42 35 222 53 62
Binary 1001001 10110110 1111001 111100 0 100010 11101 10010010 101011 110010

Color Harmonies of #49B679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B679

Black with #49B679

Text Example


Text Example

White with #49B679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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