Html Css Color HEX #49B677 Ocean Green

📋 copy color: '#49B677'

red 73 ◦ green 182 ◦ blue 119

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

Shades of Ocean Green #49B677

Tints of Ocean Green #49B677

RGB

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

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

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

R = 19.52%
G = 48.66%
B = 31.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#49B677 (or 0x49B677) is known color: Ocean Green. HEX triplet: 49, B6 and 77. RGB value is (73,182,119). Sum of RGB (Red+Green+Blue) = 73+182+119=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #49B677 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B677 is #B64988. Grayscale: #8E8E8E. Windows color (decimal): -11946377 or 7845449. OLE color: 7845449.

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

Color convert

RGB 73 182 119 -
CMYK 0.60 0 0.35 0.29
HSL 145.32º 0.43% 0.5% -
HSV(B) 145.32º 0.6% 0.71% -
XYZ 22.81 36.2 23.24 -
YUV 142.23 114.89 78.62 -
System Red Green Blue C M Y K H S L
Decimal 73 182 119 0.60 0 0.35 0.29 145.32 0.43 0.5
Hex 49 B6 77 3C 0 23 1D 91 2B 32
Octal 111 266 167 74 0 43 35 221 53 62
Binary 1001001 10110110 1110111 111100 0 100011 11101 10010001 101011 110010

Color Harmonies of #49B677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B677

Black with #49B677

Text Example


Text Example

White with #49B677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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