#49B68C

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

Shades of Keppel #49B68C

Tints of Keppel #49B68C

Color information

#49B68C (or 0x49B68C) is unknown color: approx Keppel. HEX triplet: 49, B6 and 8C. RGB value is (73,182,140). Sum of RGB (Red+Green+Blue) = 73+182+140=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #49B68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B68C is #B64973. Grayscale: #909090. Windows color (decimal): -11946356 or 9221705. OLE color: 9221705.

HSL color Cylindrical-coordinate representation of color #49B68C: hue angle of 156.88º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B68C is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB73182140-
CMYK0.6000.230.29
HSL156.88º42.75%50%-
HSV(B)156.88º59.89%71.37%-
XYZ24.2136.7730.63-
YUV144.62125.3976.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 182 (71.48% from 255) = 46.08%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=18.48%
G=46.08%
B=35.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731821400.6000.230.29156.8842.7550
Hex49B68C3C0171D9d2b32
Octal11126621474027352355362
Binary100100110110110100011001111000101111110110011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,182,140); }

 H1.HeaderClassName
 {
   color: #49B68C;
 }
 .AnyTagClassName
 {
   color: #49B68C;
 }
</style>
background-color css

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

 a { background-color: rgb(73,182,140); }

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

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

 span { border-color: rgb(73,182,140); }

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