Html Css Color HEX #49BB88 Emerald

📋 copy color: '#49BB88'

red 73 ◦ green 187 ◦ blue 136

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

Shades of Emerald #49BB88

Tints of Emerald #49BB88

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.22%

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 18.43%
G = 47.22%
B = 34.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#49BB88 (or 0x49BB88) is known color: Emerald. HEX triplet: 49, BB and 88. RGB value is (73,187,136). Sum of RGB (Red+Green+Blue) = 73+187+136=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BB88 is #B64477. Grayscale: #939393. Windows color (decimal): -11945080 or 8960841. OLE color: 8960841.

HSL color Cylindrical-coordinate representation of color #49BB88: hue angle of 153.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BB88 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 187 136 -
CMYK 0.61 0 0.27 0.27
HSL 153.16º 0.46% 0.51% -
HSV(B) 153.16º 0.61% 0.73% -
XYZ 24.96 38.73 29.45 -
YUV 147.1 121.73 75.15 -
System Red Green Blue C M Y K H S L
Decimal 73 187 136 0.61 0 0.27 0.27 153.16 0.46 0.51
Hex 49 BB 88 3D 0 1B 1B 99 2E 33
Octal 111 273 210 75 0 33 33 231 56 63
Binary 1001001 10111011 10001000 111101 0 11011 11011 10011001 101110 110011

Color Harmonies of #49BB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB88

Black with #49BB88

Text Example


Text Example

White with #49BB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,187,136); }

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

background-color css

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

 a { background-color: rgb(73,187,136); }

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

border-color css

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

 span { border-color: rgb(73,187,136); }

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