Html Css Color HEX #49BD92 Keppel

📋 copy color: '#49BD92'

red 73 ◦ green 189 ◦ blue 146

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

Shades of Keppel #49BD92

Tints of Keppel #49BD92

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.32%

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 17.89%
G = 46.32%
B = 35.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#49BD92 (or 0x49BD92) is known color: Keppel. HEX triplet: 49, BD and 92. RGB value is (73,189,146). Sum of RGB (Red+Green+Blue) = 73+189+146=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BD92 is #B6426D. Grayscale: #959595. Windows color (decimal): -11944558 or 9616713. OLE color: 9616713.

HSL color Cylindrical-coordinate representation of color #49BD92: hue angle of 157.76º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BD92 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 189 146 -
CMYK 0.61 0 0.23 0.26
HSL 157.76º 0.47% 0.51% -
HSV(B) 157.76º 0.61% 0.74% -
XYZ 26.13 39.89 33.52 -
YUV 149.41 126.07 73.5 -
System Red Green Blue C M Y K H S L
Decimal 73 189 146 0.61 0 0.23 0.26 157.76 0.47 0.51
Hex 49 BD 92 3D 0 17 1A 9E 2F 33
Octal 111 275 222 75 0 27 32 236 57 63
Binary 1001001 10111101 10010010 111101 0 10111 11010 10011110 101111 110011

Color Harmonies of #49BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BD92

Black with #49BD92

Text Example


Text Example

White with #49BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,189,146); }

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

background-color css

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

 a { background-color: rgb(73,189,146); }

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

border-color css

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

 span { border-color: rgb(73,189,146); }

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