Html Css Color HEX #49B47C Ocean Green

📋 copy color: '#49B47C'

red 73 ◦ green 180 ◦ blue 124

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

Shades of Ocean Green #49B47C

Tints of Ocean Green #49B47C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.75%

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 19.36%
G = 47.75%
B = 32.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#49B47C (or 0x49B47C) is known color: Ocean Green. HEX triplet: 49, B4 and 7C. RGB value is (73,180,124). Sum of RGB (Red+Green+Blue) = 73+180+124=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #49B47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B47C is #B64B83. Grayscale: #8D8D8D. Windows color (decimal): -11946884 or 8172617. OLE color: 8172617.

HSL color Cylindrical-coordinate representation of color #49B47C: hue angle of 148.6º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B47C is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 180 124 -
CMYK 0.59 0 0.31 0.29
HSL 148.6º 0.42% 0.5% -
HSV(B) 148.6º 0.59% 0.71% -
XYZ 22.71 35.51 24.73 -
YUV 141.62 118.05 79.05 -
System Red Green Blue C M Y K H S L
Decimal 73 180 124 0.59 0 0.31 0.29 148.6 0.42 0.5
Hex 49 B4 7C 3B 0 1F 1D 95 2A 32
Octal 111 264 174 73 0 37 35 225 52 62
Binary 1001001 10110100 1111100 111011 0 11111 11101 10010101 101010 110010

Color Harmonies of #49B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B47C

Black with #49B47C

Text Example


Text Example

White with #49B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,180,124); }

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

background-color css

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

 a { background-color: rgb(73,180,124); }

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

border-color css

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

 span { border-color: rgb(73,180,124); }

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