Html Css Color HEX #49B376 Ocean Green

📋 copy color: '#49B376'

red 73 ◦ green 179 ◦ blue 118

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

Shades of Ocean Green #49B376

Tints of Ocean Green #49B376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 19.73%
G = 48.38%
B = 31.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#49B376 (or 0x49B376) is known color: Ocean Green. HEX triplet: 49, B3 and 76. RGB value is (73,179,118). Sum of RGB (Red+Green+Blue) = 73+179+118=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #49B376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B376 is #B64C89. Grayscale: #8C8C8C. Windows color (decimal): -11947146 or 7779145. OLE color: 7779145.

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

Color convert

RGB 73 179 118 -
CMYK 0.59 0 0.34 0.30
HSL 145.47º 0.42% 0.49% -
HSV(B) 145.47º 0.59% 0.7% -
XYZ 22.14 34.96 22.72 -
YUV 140.35 115.38 79.96 -
System Red Green Blue C M Y K H S L
Decimal 73 179 118 0.59 0 0.34 0.30 145.47 0.42 0.49
Hex 49 B3 76 3B 0 22 1E 91 2A 31
Octal 111 263 166 73 0 42 36 221 52 61
Binary 1001001 10110011 1110110 111011 0 100010 11110 10010001 101010 110001

Color Harmonies of #49B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B376

Black with #49B376

Text Example


Text Example

White with #49B376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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