Html Css Color HEX #49B377 Ocean Green

📋 copy color: '#49B377'

red 73 ◦ green 179 ◦ blue 119

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

Shades of Ocean Green #49B377

Tints of Ocean Green #49B377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.08%

R = 19.68%
G = 48.25%
B = 32.08%

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

#49B377 (or 0x49B377) is known color: Ocean Green. HEX triplet: 49, B3 and 77. RGB value is (73,179,119). Sum of RGB (Red+Green+Blue) = 73+179+119=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #49B377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B377 is #B64C88. Grayscale: #8C8C8C. Windows color (decimal): -11947145 or 7844681. OLE color: 7844681.

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

Color convert

RGB 73 179 119 -
CMYK 0.59 0 0.34 0.30
HSL 146.04º 0.42% 0.49% -
HSV(B) 146.04º 0.59% 0.7% -
XYZ 22.2 34.99 23.04 -
YUV 140.47 115.88 79.88 -
System Red Green Blue C M Y K H S L
Decimal 73 179 119 0.59 0 0.34 0.30 146.04 0.42 0.49
Hex 49 B3 77 3B 0 22 1E 92 2A 31
Octal 111 263 167 73 0 42 36 222 52 61
Binary 1001001 10110011 1110111 111011 0 100010 11110 10010010 101010 110001

Color Harmonies of #49B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B377

Black with #49B377

Text Example


Text Example

White with #49B377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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