Html Css Color HEX #49B379 Ocean Green

📋 copy color: '#49B379'

red 73 ◦ green 179 ◦ blue 121

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

Shades of Ocean Green #49B379

Tints of Ocean Green #49B379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.99%

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

R = 19.57%
G = 47.99%
B = 32.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#49B379 (or 0x49B379) is known color: Ocean Green. HEX triplet: 49, B3 and 79. RGB value is (73,179,121). Sum of RGB (Red+Green+Blue) = 73+179+121=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #49B379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B379 is #B64C86. Grayscale: #8C8C8C. Windows color (decimal): -11947143 or 7975753. OLE color: 7975753.

HSL color Cylindrical-coordinate representation of color #49B379: hue angle of 147.17º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B379 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 179 121 -
CMYK 0.59 0 0.32 0.30
HSL 147.17º 0.42% 0.49% -
HSV(B) 147.17º 0.59% 0.7% -
XYZ 22.32 35.04 23.68 -
YUV 140.69 116.88 79.72 -
System Red Green Blue C M Y K H S L
Decimal 73 179 121 0.59 0 0.32 0.30 147.17 0.42 0.49
Hex 49 B3 79 3B 0 20 1E 93 2A 31
Octal 111 263 171 73 0 40 36 223 52 61
Binary 1001001 10110011 1111001 111011 0 100000 11110 10010011 101010 110001

Color Harmonies of #49B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B379

Black with #49B379

Text Example


Text Example

White with #49B379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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