#49BD92

Color #49BD92 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #49BD92

Tints of Keppel #49BD92

Color information

#49BD92 (or 0x49BD92) is unknown color: approx 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

RGB73189146-
CMYK0.6100.230.26
HSL157.76º46.77%51.37%-
HSV(B)157.76º61.38%74.12%-
XYZ26.1339.8933.52-
YUV149.41126.0773.5-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731891460.6100.230.26157.7646.7751.37
Hex49BD923D0171A9e2f33
Octal11127522275027322365763
Binary100100110111101100100101111010101111101010011110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>