Html Css Color HEX #49BF67 Emerald

📋 copy color: '#49BF67'

red 73 ◦ green 191 ◦ blue 103

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

Shades of Emerald #49BF67

Tints of Emerald #49BF67

RGB

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

 GREEN value IS 191 (75% from 255) = 52.04%

 BLUE value IS 103 (40.63% from 255) = 28.07%

R = 19.89%
G = 52.04%
B = 28.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#49BF67 (or 0x49BF67) is known color: Emerald. HEX triplet: 49, BF and 67. RGB value is (73,191,103). Sum of RGB (Red+Green+Blue) = 73+191+103=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF67 is #B64098. Grayscale: #919191. Windows color (decimal): -11944089 or 6799177. OLE color: 6799177.

HSL color Cylindrical-coordinate representation of color #49BF67: hue angle of 135.25º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF67 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 103 -
CMYK 0.62 0 0.46 0.25
HSL 135.25º 0.48% 0.52% -
HSV(B) 135.25º 0.62% 0.75% -
XYZ 23.83 39.66 19.23 -
YUV 145.69 103.91 76.16 -
System Red Green Blue C M Y K H S L
Decimal 73 191 103 0.62 0 0.46 0.25 135.25 0.48 0.52
Hex 49 BF 67 3E 0 2E 19 87 30 34
Octal 111 277 147 76 0 56 31 207 60 64
Binary 1001001 10111111 1100111 111110 0 101110 11001 10000111 110000 110100

Color Harmonies of #49BF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF67

Black with #49BF67

Text Example


Text Example

White with #49BF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,191,103); }

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

background-color css

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

 a { background-color: rgb(73,191,103); }

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

border-color css

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

 span { border-color: rgb(73,191,103); }

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