Html Css Color HEX #49C69B Shamrock

📋 copy color: '#49C69B'

red 73 ◦ green 198 ◦ blue 155

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

Shades of Shamrock #49C69B

Tints of Shamrock #49C69B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.48%

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 17.14%
G = 46.48%
B = 36.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#49C69B (or 0x49C69B) is known color: Shamrock. HEX triplet: 49, C6 and 9B. RGB value is (73,198,155). Sum of RGB (Red+Green+Blue) = 73+198+155=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #49C69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C69B is #B63964. Grayscale: #9B9B9B. Windows color (decimal): -11942245 or 10208841. OLE color: 10208841.

HSL color Cylindrical-coordinate representation of color #49C69B: hue angle of 159.36º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C69B is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 198 155 -
CMYK 0.63 0 0.22 0.22
HSL 159.36º 0.52% 0.53% -
HSV(B) 159.36º 0.63% 0.78% -
XYZ 28.86 44.17 38.02 -
YUV 155.72 127.59 69 -
System Red Green Blue C M Y K H S L
Decimal 73 198 155 0.63 0 0.22 0.22 159.36 0.52 0.53
Hex 49 C6 9B 3F 0 16 16 9F 34 35
Octal 111 306 233 77 0 26 26 237 64 65
Binary 1001001 11000110 10011011 111111 0 10110 10110 10011111 110100 110101

Color Harmonies of #49C69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C69B

Black with #49C69B

Text Example


Text Example

White with #49C69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,198,155); }

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

background-color css

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

 a { background-color: rgb(73,198,155); }

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

border-color css

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

 span { border-color: rgb(73,198,155); }

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